getLaunchCommand abstract method
Returns the full command used to launch the application.
Example:
print('Launch command: ${env.getLaunchCommand()}');
Implementation
String getLaunchCommand();
Returns the full command used to launch the application.
Example:
print('Launch command: ${env.getLaunchCommand()}');
String getLaunchCommand();