toggleMic method

dynamic toggleMic()

Implementation

toggleMic() {
  setMicrophoneState(!_isMicOn);
}