run method
Run defines what code should be ran when this command is executed.
Implementation
@override
Future<void> run(List<String> args, Map<String, dynamic> flags) async {
await shell.run('flutter pub global activate me', verbose: true);
}
Run defines what code should be ran when this command is executed.
@override
Future<void> run(List<String> args, Map<String, dynamic> flags) async {
await shell.run('flutter pub global activate me', verbose: true);
}