ntfBy<T extends ChangeNotifier> method

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

Implementation

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