$registerCommandBehaviour top-level property
void Function<TActionType extends IAction<TResultType> , TResultType>(Future<TResultType> behaviour(TActionType action, Future<TResultType> next(TActionType newAction)))
$registerCommandBehaviour
final
Register a pipeline behaviour.
Implementation
final $registerCommandBehaviour = Mediator.commands.registerBehaviour;