micOFF static method

dynamic micOFF()

关闭麦克风

Implementation

static micOFF() {
  _methodChannel.invokeMethod("micOFF");
}