AsyncNotifier<T> constructor
AsyncNotifier<T> (
- AsyncSnapshot<
T> _value
Creates a ChangeNotifier that broadcasts AsyncSnapshots.
Implementation
AsyncNotifier(this._value);
Creates a ChangeNotifier that broadcasts AsyncSnapshots.
AsyncNotifier(this._value);