audioDeviceEventStream property
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.',
);
}