menu
commands_my package
documentation
commands.dart
Command
execute<T> abstract method
execute<T> abstract method
dark_mode
light_mode
execute<
T
>
abstract method
Future
<
CommandResult
<
T
>
>
execute
<
T
>(
ICommandService
cmdService
)
Implementation
Future<CommandResult<T>> execute<T>(ICommandService cmdService);
commands_my package
documentation
commands
Command
execute<T> abstract method
Command class