run method
Executes the command using the provided command-line args.
Implementation
@override
Future<void> run(List<String> args) async {
LoggerService.section('Watching for file changes');
final config = await ConfigService.load();
await FlutterService(config).watchBuildRunner();
}