onAudioSessionStartConnecting property
Stream emitting when the audio session starts connecting.
The emitted bool is true when this is a reconnect attempt, false for
the initial connection.
Implementation
Stream<bool> get onAudioSessionStartConnecting => _coordinator.audioSessionStartConnectingStream;