Returns the full command used to launch the application.
Example:
print('Launch command: ${env.getLaunchCommand()}');
@override String getLaunchCommand() => _launchCommand;