ntfBy<T extends ChangeNotifier>  method 
Implementation
T ntfBy<T extends ChangeNotifier>(String tag) =>
    _autoDisposeNotifiers![tag] as T;
T ntfBy<T extends ChangeNotifier>(String tag) =>
    _autoDisposeNotifiers![tag] as T;