streamSubscriptions property

  1. @protected
  2. @visibleForTesting
StreamSubscriptionsMap<K> streamSubscriptions
getter/setter pair
  • contains all the stream's subscriptions which must be disposed if the widget is removed from the tress

Implementation

@protected
@visibleForTesting
StreamSubscriptionsMap<K> streamSubscriptions = {};