muteUnmute method

  1. @override
void muteUnmute()
override

Implementation

@override
void muteUnmute() {
  try {
    _methodChannel.invokeMethod("mute");
  } catch (e) {
    throw Exception("Unable to Stop");
  }
}