$eventStream top-level property

ValueStream<TEvent> Function<TEvent extends IEvent>() $eventStream
final

Gets the stream of events for a specific event type.

Returns a ValueStream that emits events of the event type.

Implementation

final $eventStream = Mediator.events.getStream;