selectAudioOutput method

Future<bool> selectAudioOutput(
  1. String deviceId
)

Selects the audio output device with the given deviceId.

Implementation

Future<bool> selectAudioOutput(String deviceId) {
  throw UnimplementedError('selectAudioOutput() has not been implemented.');
}