run abstract method

FutureOr<void> run(
  1. CommandContext context
)

Runs the command.

Implementation

FutureOr<void> run(CommandContext context);