dartBuild method

Future<IShell> dartBuild([
  1. String? config
])

Builds the Dart source files for the current dart project

since 0.0.1

Implementation

Future<IShell> dartBuild([String? config]) async {
  return then((shell) async => await shell.dartBuild(config));
}