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