static Future<bool?> leaveFromGroup(String? userJid, String groupJid) { return FlyChatFlutterPlatform.instance.leaveFromGroup(userJid, groupJid); }