interruptionNotificationStream property

Stream<AVAudioSessionInterruptionNotification> interruptionNotificationStream

Implementation

Stream<AVAudioSessionInterruptionNotification>
    get interruptionNotificationStream =>
        _interruptionNotificationSubject.stream;