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