removeGroupProfileImage method
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.');
}