onUnsubscribe property

Stream<String> get onUnsubscribe

Stream of unsubscribed subscription IDs

Implementation

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