menu
neomage package
documentation
data/commands/command_registry.dart
CommandRegistry
getCommand method
getCommand method
dark_mode
light_mode
getCommand
method
Command
?
getCommand
(
String
name
)
Get the underlying Command by name or alias.
Implementation
Command? getCommand(String name) => get(name)?.command;
neomage package
documentation
data/commands/command_registry
CommandRegistry
getCommand method
CommandRegistry class