dartAnalyze method

Future<IShell> dartAnalyze()

Runs the Dart formatter

since 0.0.1

Implementation

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