events property
Stream<VoiceSessionEvent>
get
events
Stream of session events Matches iOS VoiceSessionHandle.events
Implementation
Stream<VoiceSessionEvent> get events => _eventController.stream;
Stream of session events Matches iOS VoiceSessionHandle.events
Stream<VoiceSessionEvent> get events => _eventController.stream;