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