FutureEffect<Value> constructor
const
FutureEffect<Value> (
- Future<
Value> future(), { - bool runInIsolate = false,
- Value onError(
- Object error,
- StackTrace stackTrace
Implementation
const FutureEffect(
this.future, {
this.runInIsolate = false,
this.onError,
}) : super._();