Subscription
Defined in: src/util/util.ts:914
Allows to unsubscribe from events without the need to store the method reference.
Methods
unsubscribe()
unsubscribe():
void
Defined in: src/util/util.ts:918
Unsubscribes from the event.
Returns
void