getOutputDevices method

  1. @override
Future<List<AudioOutputDevice>> getOutputDevices()
override

Implementation

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