selectAudioOutput method

  1. @override
Future<bool> selectAudioOutput(
  1. String deviceId
)
override

Selects the audio output device with the given deviceId.

Implementation

@override
Future<bool> selectAudioOutput(String deviceId) async {
  return true;
}