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