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