eventStream property

Stream<Event>? eventStream
getter/setter pair

Is created by the protocol processor and will receive an event object when the transport receives one

Implementation

Stream<Event>? eventStream;