Selects the microphone / audio input device with the given deviceId.
deviceId
@override Future<bool> selectMicrophone(String deviceId) async { return true; }