pauseMicrophone method
Pauses the microphone.
Implementation
Future<void> pauseMicrophone() {
throw UnimplementedError('pauseMicrophone() has not been implemented.');
}
Pauses the microphone.
Future<void> pauseMicrophone() {
throw UnimplementedError('pauseMicrophone() has not been implemented.');
}