flutterAnalyze static method
Implementation
static Future<void> flutterAnalyze() async {
LogService.info('Running `flutter analyze` …');
await run('flutter analyze', verbose: true);
}
static Future<void> flutterAnalyze() async {
LogService.info('Running `flutter analyze` …');
await run('flutter analyze', verbose: true);
}