setOutputDevice method

  1. @override
Future<void> setOutputDevice(
  1. String? deviceId
)
override

Selects the output device to monitor.

Pass null to switch back to the system default output device.

Implementation

@override
Future<void> setOutputDevice(String? deviceId) =>
    throw UnimplementedError('setOutputDevice() has not been implemented.');