onAudioSessionStarted property
Stream<void>
get
onAudioSessionStarted
Stream emitting when the audio session has started (or successfully reconnected).
Implementation
Stream<void> get onAudioSessionStarted => _coordinator.audioSessionStartedStream;