menu
commands_cli package
documentation
reserved_commands.dart
ReservedCommands
isCached static method
isCached static method
dark_mode
light_mode
isCached
static method
bool
isCached
(
String
command
)
Implementation
static bool isCached(String command) => load().contains(command);
commands_cli package
documentation
reserved_commands
ReservedCommands
isCached static method
ReservedCommands class