$commandHandler top-level property

void Function<TActionType extends IAction<TResultType>, TResultType>(IActionHandler<TActionType, TResultType> handlerFactory()) $commandHandler
final

Registers a command handler factory for a specific ICommand.

Implementation

final $commandHandler = Mediator.commands.registerHandlerFactory;