menu
camel package
documentation
command.dart
CommandFactory
registerCommand static method
registerCommand static method
dark_mode
light_mode
registerCommand
static method
void
registerCommand
(
Command
command
)
Implementation
static void registerCommand(Command command) { _commands[command.command] = command; }
camel package
documentation
command
CommandFactory
registerCommand static method
CommandFactory class