static Future<bool?> addUsersToGroup(String jid, List<String> userList) { return FlyChatFlutterPlatform.instance.addUsersToGroup(jid, userList); }