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