onUnsubscribe property

Stream<void> get onUnsubscribe

Stream that emits when the subscription is unsubscribed

Implementation

Stream<void> get onUnsubscribe => _unsubscribeController.stream;