getInputDevices method
Returns the currently available input devices.
Implementation
@override
Future<List<AudioInputDevice>> getInputDevices() =>
throw UnimplementedError('getInputDevices() has not been implemented.');
Returns the currently available input devices.
@override
Future<List<AudioInputDevice>> getInputDevices() =>
throw UnimplementedError('getInputDevices() has not been implemented.');