static Future<bool?> updateGroupName(String jid, String name) { return FlyChatFlutterPlatform.instance.updateGroupName(jid, name); }