Skip to content

Subscription

Defined in: util/util.ts:980

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

Methods

unsubscribe()

unsubscribe(): void

Defined in: util/util.ts:984

Unsubscribes from the event.

Returns

void