In This Article
EventSubscription
export interface EventSubscription {
/**
* Stops listening to a set of subscribed events.
*/
unsubscribe(): void;
}
export interface EventSubscription {
/**
* Stops listening to a set of subscribed events.
*/
unsubscribe(): void;
}