selectedAudioDevice method

Future<String?> selectedAudioDevice()

This method is used to select the audio device.

Implementation

Future<String?> selectedAudioDevice() async {
  throw UnimplementedError('selectedAudioDevice has not been implemented.');
}