flutterAnalyze static method

Future<void> flutterAnalyze()

Implementation

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