RunEffect<Value> constructor

const RunEffect<Value>(
  1. Value runner(), {
  2. Value onError(
    1. Object error,
    2. StackTrace stackTrace
    )?,
})

Implementation

const RunEffect(this.runner, {this.onError}) : super._();