getLaunchCommand method

  1. @override
String getLaunchCommand()
inherited

Returns the full command used to launch the application.

Example:

print('Launch command: ${env.getLaunchCommand()}');

Implementation

@override
String getLaunchCommand() => _launchCommand;