pauseMicrophone method

Future<void> pauseMicrophone()

Pauses the microphone.

Implementation

Future<void> pauseMicrophone() {
  throw UnimplementedError('pauseMicrophone() has not been implemented.');
}