create abstract method

Future<CommandContext> create(
  1. ArgResults? args
)

Implementation

Future<CommandContext> create(ArgResults? args);