routeChangeStream property
Returns Stream of AVAudioSessionRouteChanges.
Implementation
Stream<AVAudioSessionRouteChange> get routeChangeStream =>
AVAudioSession().routeChangeStream;
Returns Stream of AVAudioSessionRouteChanges.
Stream<AVAudioSessionRouteChange> get routeChangeStream =>
AVAudioSession().routeChangeStream;