Signature
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
event | EventName | The name of the event to stop listening for | Yes |
callback | EventCallback<T> | The callback function to remove | Yes |
Returns
this — the client instance, allowing method chaining.
Example
More Information
- on — add an event listener
- Event Reference — all available events