$registerGenericCommandBehaviour top-level property
void Function(Future behaviour(ICommand action, Future next(ICommand newAction)))
$registerGenericCommandBehaviour
final
Register a pipeline behaviour.
Implementation
final $registerGenericCommandBehaviour = Mediator.commands.registerGenericBehaviour;