unsubscribeFromEvents

abstract fun unsubscribeFromEvents(events: List<SubscriptionEvent>)

Removes a subscription previously established by calling subscribeToEvents. Parameter events: The SubscriptionEvent of a subscription to be removed.