static Future<bool?> makeAdmin(String groupjid, String userjid) { return FlyChatFlutterPlatform.instance.makeAdmin(groupjid, userjid); }