menu
khadem package
documentation
contracts.dart
CommandHandler<T extends KhademCommand>
handle abstract method
handle abstract method
dark_mode
light_mode
handle
abstract method
FutureOr
<
void
>
handle
(
T
command
)
Handles the execution of a command.
Implementation
FutureOr<void> handle(T command);
khadem package
documentation
contracts
CommandHandler<T extends KhademCommand>
handle abstract method
CommandHandler class