menu
owl_mediator package
documentation
commands.dart
ICommandHandler<TCommand extends ICommand<TResult>, TResult>
handle abstract method
handle abstract method
dark_mode
light_mode
handle
abstract method
@
override
Future
<
TResult
>
handle
(
TCommand
request
)
Implementation
@override Future<TResult> handle(TCommand request);
owl_mediator package
documentation
commands
ICommandHandler<TCommand extends ICommand<TResult>, TResult>
handle abstract method
ICommandHandler class