getGroupProfile static method

Future getGroupProfile(
  1. String groupJid, [
  2. bool fetchFromServer = false
])

Implementation

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