eventStream property

Stream<Event> eventStream

Stream of Event coming from _ws connection Listen to this or use the on method to filter specific event types

Implementation

Stream<Event> get eventStream => _eventController.stream;