removeOffer

fun removeOffer(offerId: String)

Removes an Offer object from the offers dictionary, using its ID as the key.

The Offer object with the specified ID is removed from the offers dictionary. If no offer with the specified ID is found in the dictionary, this method has no effect.

Parameters

offerId

: The ID of the Offer object to remove from the offers dictionary.