ErrorHandlerConfig constructor

ErrorHandlerConfig({
  1. bool showDartStackTrace = false,
  2. bool showHetuStackTrace = false,
  3. int stackTraceDisplayCountLimit = kStackTraceDisplayCountLimit,
  4. bool processError = true,
})

Implementation

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