Mute or Unmute a call
Future<void> muteCall(String uuid, bool isMuted) async { await FlutterCallkitIncoming.muteCall(uuid, isMuted: isMuted); }