Executes a Dart command with the provided args.
args
Future<void> runDart(List<String> args) => _execute(_dartCommand, args);