getInputDevices method

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

Implementation

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