events property

Stream<RemoteEvent> get events

Remote event stream.

Implementation

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