dartFormat method

Future<IShell> dartFormat()

Runs the Dart formatter

since 0.0.1

Implementation

Future<IShell> dartFormat() async {
  await d.format(this);
  return this;
}