removeGroupProfileImage method

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

This method is used to remove the group profile image.

Implementation

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