menu
neomage package
documentation
utils/hooks/hook_manager.dart
CommandHook
CommandHook.new const constructor
CommandHook.new const constructor
dark_mode
light_mode
CommandHook
constructor
const
CommandHook
(
{
required
String
command
,
String
?
shell
,
int
?
timeout
,
String
?
ifCondition
,
})
Implementation
const CommandHook({ required this.command, this.shell, this.timeout, this.ifCondition, });
neomage package
documentation
utils/hooks/hook_manager
CommandHook
CommandHook.new const constructor
CommandHook class