getGroupProfile method

Future<void> getGroupProfile(
  1. String groupJid,
  2. bool server,
  3. dynamic callback(
    1. FlyResponse response
    )?
)

This method is used to get the group profile.

Implementation

Future<void> getGroupProfile(
    String groupJid, bool server, Function(FlyResponse response)? callback) {
  throw UnimplementedError('has not been implemented.');
}