getAvailableAudioOutputs method

Future<List<AudioOutputDevice>> getAvailableAudioOutputs()

Gets the list of available audio output devices.

Implementation

Future<List<AudioOutputDevice>> getAvailableAudioOutputs() {
  throw UnimplementedError(
    'getAvailableAudioOutputs() has not been implemented.',
  );
}