selectMicrophone method

Future<bool> selectMicrophone(
  1. String deviceId
)

Selects the microphone / audio input device with the given deviceId.

Implementation

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