Unsubscriber
#
OverviewAn Unsubscriber
is an object that represents a disposable resource. It contains one method, unsubscribe, which disposes the resource held by the Subscriber.
#
Methods#
unsubscribe▸ unsubscribe(): void
Unsubscribes from a Subscriber.
Returns: void