audioDevicesController property

  1. @protected
StreamController<List<AudioDevice>> audioDevicesController
final

Implementation

@protected
final StreamController<List<AudioDevice>> audioDevicesController =
    StreamController<List<AudioDevice>>.broadcast();