getAvailableAudioOutputs method
Gets the list of available audio output devices.
Implementation
Future<List<AudioOutputDevice>> getAvailableAudioOutputs() {
throw UnimplementedError(
'getAvailableAudioOutputs() has not been implemented.',
);
}