RunZonedGuardedIntegration constructor

RunZonedGuardedIntegration(
  1. RunZonedGuardedRunner _runner,
  2. RunZonedGuardedOnError? _onError
)

Implementation

RunZonedGuardedIntegration(this._runner, this._onError);