$registerGenericEventBehaviour top-level property
void Function(Future<void> behaviour(IEvent action, Future<void> next(IEvent newAction)))
$registerGenericEventBehaviour
final
Register a pipeline behaviour.
Implementation
final $registerGenericEventBehaviour = Mediator.events.registerGenericBehaviour;