FutureProvider<T> constructor
FutureProvider<T> (
- Future<
T> _build()
Creates a FutureProvider with the given _build function.
Implementation
FutureProvider(this._build);
Creates a FutureProvider with the given _build function.
FutureProvider(this._build);