dartAnalyze method

Future<IShell> dartAnalyze()

Analyzes the Dart source files for the current dart project

since 0.0.1

Implementation

Future<IShell> dartAnalyze() async {
  return then((shell) async => await shell.dartAnalyze());
}