interruptionEventStream property

Stream<AudioInterruptionEvent> interruptionEventStream

A stream of AudioInterruptionEvents.

Implementation

Stream<AudioInterruptionEvent> get interruptionEventStream =>
    _interruptionEventSubject.stream;