IPhoneCommand constructor

IPhoneCommand()

Implementation

IPhoneCommand() {
  argParser.addFlag(
    'run',
    abbr: 'y',
    negatable: false,
    help: 'Run Flutter app after simulator launches',
  );
}