1. @override
dynamic onUnsubscribe()

Source

@override
onUnsubscribe() {
  subscriptionCount--;
  checkSubscriptionNeeded();
}