getInputDevices method

  1. @override
Future<List<AudioInputDevice>> getInputDevices()
override

Returns the currently available input devices.

Implementation

@override
Future<List<AudioInputDevice>> getInputDevices() =>
    throw UnimplementedError('getInputDevices() has not been implemented.');