selectAudioOutput method

Future<MediaDeviceInfo> selectAudioOutput([
  1. AudioOutputOptions? options
])

Prompts the user to select a specific audio output device.

Implementation

Future<MediaDeviceInfo> selectAudioOutput([AudioOutputOptions? options]) =>
    throw UnimplementedError();