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