CliRunner typedef

CliRunner = Future<int> Function(List<String> args)

Implementation

typedef CliRunner = Future<int> Function(List<String> args);