remove

abstract fun remove(subscription: Subscription)

Remove the subscription from this set.

Please note that removing a subscription from the set does not automatically unsubscribe or close it.

Parameters

subscription

the Subscription to remove.