Skip to content

Subscription

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

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

Methods

unsubscribe()

unsubscribe(): void

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

Unsubscribes from the event.

Returns

void