selectMicrophone method

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

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

Implementation

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