muteMic method

Future<void> muteMic()

Implementation

Future<void> muteMic() async {
  await recorder.stop();
}