actions property
Stream<ActionCommitted>
get
actions
Synchronous broadcast stream of committed actions.
Handlers must be fast and avoid blocking work.
Implementation
Stream<ActionCommitted> get actions => _actionDispatcher.actions;