new off(event, id)
Cancels all listeners for an event based on the passed event name and id.
Parameters:
| Name | Type | Description |
|---|---|---|
event |
String | The event name to cancel listeners for. |
id |
* | The ID to cancel all listeners for. |
- Source: