FutureState<T> constructor
const
FutureState<T> (
- SnapshotCallback<
T> _snapshot, - VoidCallback retry
Implementation
const FutureState(this._snapshot, this.retry);