Skip to content

Subscription

Defined in: src/util/util.ts:954

Allows to unsubscribe from events without the need to store the method reference.

Methods

unsubscribe()

unsubscribe(): void

Defined in: src/util/util.ts:958

Unsubscribes from the event.

Returns

void