AsyncNotifier<T> constructor

AsyncNotifier<T>(
  1. AsyncSnapshot<T> _value
)

Creates a ChangeNotifier that broadcasts AsyncSnapshots.

Implementation

AsyncNotifier(this._value);