events property

Stream<VoiceEvent> get events

Everything the session observes: transcripts, state changes, and errors.

Subscribing does not open the microphone; only start does.

Implementation

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