becomingNoisyEventStream property

Stream<void> becomingNoisyEventStream

A stream of events that occur when audio becomes noisy (e.g. due to unplugging the headphones).

Implementation

Stream<void> get becomingNoisyEventStream =>
    _becomingNoisyEventSubject.stream;