ErrorHandlerConfig constructor
ErrorHandlerConfig({})
Implementation
ErrorHandlerConfig({
this.showDartStackTrace = false,
this.showHetuStackTrace = false,
this.stackTraceDisplayCountLimit = 5,
this.processError = true,
this.debugMode = false,
});