audioDeviceEventStream property

Stream<Map<String, dynamic>> get audioDeviceEventStream

Stream of raw device / route change events from the native platform.

Implementation

Stream<Map<String, dynamic>> get audioDeviceEventStream {
  throw UnimplementedError(
    'audioDeviceEventStream has not been implemented.',
  );
}