getGroupProfile method

Future getGroupProfile(
  1. String groupJid,
  2. bool server
)

Implementation

Future<dynamic> getGroupProfile(String groupJid, bool server) {
  throw UnimplementedError('has not been implemented.');
}