getSubscriptionForKey method

StreamSubscription? getSubscriptionForKey(
  1. Object key
)

Returns the stream subscription associated with the key

Implementation

StreamSubscription? getSubscriptionForKey(Object key) =>
    _streamsSubscriptions![key];