run method

Future<void> run(
  1. List<String> args
)

Implementation

Future<void> run(List<String> args) async {
  await runner.run(args);
}