muteUnmute method

Future<bool?> muteUnmute()

Implementation

Future<bool?> muteUnmute() async {
  return await _key.currentState?.muteUnmute();
}