getGroupProfile method
Future<void>
getGroupProfile(
- String groupJid,
- bool server,
- dynamic callback(
- 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.');
}