onLoggingEventWithHistory property
Stream<Event>
get
onLoggingEventWithHistory
Returns a new Stream<Event> of Logging
events which outputs
historical events before streaming real-time events.
Note: unlike onLoggingEvent
, the returned stream is a single
subscription stream and a new stream is created for each invocation of
this getter.
Implementation
Stream<Event> get onLoggingEventWithHistory => onEventWithHistory('Logging');