AsyncErrorCaptureConfig constructor
const
AsyncErrorCaptureConfig({})
Implementation
const AsyncErrorCaptureConfig({
this.captureGlobalZoneErrors = true,
this.captureIsolateErrors = false,
this.captureUnhandledAsyncErrors = true,
this.customErrorHandler,
this.preventConflicts = true,
});