events property

Stream<RemoteEvent> get events

Event stream.

Implementation

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