menu
firedoctor package
documentation
cli/command_runner.dart
CommandRunner
registerAll method
registerAll method
dark_mode
light_mode
registerAll
method
void
registerAll
(
List
<
Command
>
commands
)
Public method or function.
Implementation
void registerAll(List<Command> commands) { _commands.addAll(commands); }
firedoctor package
documentation
cli/command_runner
CommandRunner
registerAll method
CommandRunner class