subBy<T extends StreamSubscription> method

T subBy<T extends StreamSubscription>(
  1. String tag
)

Implementation

T subBy<T extends StreamSubscription>(String tag) =>
    _autoDisposeSubs![tag] as T;