setInputDevice method
Selects the input device to monitor.
Pass null to switch back to the system default input device.
Implementation
@override
Future<void> setInputDevice(String? deviceId) =>
throw UnimplementedError('setInputDevice() has not been implemented.');