Map.unlisten

Deletes callbacks.

UsageReturns
Map.unlisten(idOrType)
ArgumentTypeDetails
idOrTypeString, optionalEither an ID returned by listen() when a callback was registered, an event type, or nothing. If an ID is passed, the corresponding callback is deleted. If an event type is passed, all callbacks registered with that event type are deleted. If nothing is passed, all callbacks are deleted.