updateGroupProfileImage method

Future<void> updateGroupProfileImage(
  1. String jid,
  2. String file,
  3. dynamic callback(
    1. FlyResponse response
    )?
)

This method is used to update the group profile Image.

Implementation

Future<void> updateGroupProfileImage(
    String jid, String file, Function(FlyResponse response)? callback) {
  throw UnimplementedError('has not been implemented.');
}