RunEffect<Value> constructor
const
RunEffect<Value> (
- Value runner(), {
- Value onError(
- Object error,
- StackTrace stackTrace
Implementation
const RunEffect(this.runner, {this.onError}) : super._();