run method

  1. @override
void run(
  1. List<String> args,
  2. Map<String, dynamic> flags
)
override

Run defines what code should be ran when this command is executed.

Implementation

@override
void run(List<String> args, Map<String, dynamic> flags) {
  // Intentionally left blank to keep as a no op.
}