toggleMic method

Future<bool> toggleMic()

Implementation

Future<bool> toggleMic() async {
  return await _methodChannel.invokeMethod('toggleMic');
}