devicesStream property

Stream<Set<AudioDevice>> devicesStream

A stream emitting the set of connected devices whenever there is a change.

Implementation

Stream<Set<AudioDevice>> get devicesStream => _devicesSubject.stream;