onUnsubscribe property
Stream<void>
get
onUnsubscribe
Stream that emits when the subscription is unsubscribed
Implementation
Stream<void> get onUnsubscribe => _unsubscribeController.stream;
Stream that emits when the subscription is unsubscribed
Stream<void> get onUnsubscribe => _unsubscribeController.stream;