dartFormat method

Future<IShell> dartFormat()

Runs the Dart formatter

since 0.0.1

Implementation

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