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.
| 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 |
this — the client instance, allowing method chaining.