ntfBy<T extends ChangeNotifier> method

  1. @protected
T ntfBy<T extends ChangeNotifier>(
  1. String tag
)
inherited

Implementation

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