menu
consolekit package
documentation
consolekit.dart
Command
run abstract method
run abstract method
dark_mode
light_mode
run
abstract method
FutureOr
<
void
>
run
(
CommandContext
context
)
Runs the command.
Implementation
FutureOr<void> run(CommandContext context);
consolekit package
documentation
consolekit
Command
run abstract method
Command class