PluginEventSourceImpl.offref method
PluginEventSourceImpl › offref
Remove an event listener by reference.Signature:
offref(eventRef: AsyncEventRef): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| eventRef | AsyncEventRef | The reference to remove. |
Returns: void