unPauseMicrophone method

Future<void> unPauseMicrophone()

Resumes the microphone.

Implementation

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