onExtensionEventWithHistory property

Stream<Event> get onExtensionEventWithHistory

Returns a new Stream<Event> of Extension events which outputs historical events before streaming real-time events.

Note: unlike onExtensionEvent, the returned stream is a single subscription stream and a new stream is created for each invocation of this getter.

Implementation

Stream<Event> get onExtensionEventWithHistory =>
    onEventWithHistory('Extension');