events property

Stream<Event> get events

A stream of decoded terminal Events.

Implementation

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