muteMic method

Future<void> muteMic()

Implementation

Future<void> muteMic() async {
  isPaused = true;
  await recorder.pause();
}