getSubscriptionForKey method

StreamSubscription? getSubscriptionForKey(
  1. String key
)

Returns the stream subscription associated with the key

Implementation

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