events property

Stream<VoiceEvent> get events

Voice event stream.

Implementation

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