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