Run typedef

Run = FutureOr<int> Function(List<String>)

Implementation

typedef Run = FutureOr<int> Function(List<String>);