static Future<dynamic> getGroupProfile(String groupJid, [bool fetchFromServer = false]) { return FlyChatFlutterPlatform.instance .getGroupProfile(groupJid, fetchFromServer); }