TalkerWrapperOptions constructor

const TalkerWrapperOptions({
  1. String exceptionTitle = 'Error occurred',
  2. String errorTitle = 'Error occurred',
  3. TalkerExceptionBuilder? exceptionAlertBuilder,
  4. TalkerErrorBuilder? errorAlertBuilder,
  5. bool enableErrorAlerts = false,
  6. bool enableExceptionAlerts = true,
})

Implementation

const TalkerWrapperOptions({
  this.exceptionTitle = 'Error occurred',
  this.errorTitle = 'Error occurred',
  this.exceptionAlertBuilder,
  this.errorAlertBuilder,
  this.enableErrorAlerts = false,
  this.enableExceptionAlerts = true,
});