getLaunchCommand abstract method

String getLaunchCommand()

Returns the full command used to launch the application.

Example:

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

Implementation

String getLaunchCommand();