TalkerWrapperOptions constructor
const
TalkerWrapperOptions({
- String exceptionTitle = 'Error occurred',
- String errorTitle = 'Error occurred',
- TalkerExceptionBuilder? exceptionAlertBuilder,
- TalkerErrorBuilder? errorAlertBuilder,
- bool enableErrorAlerts = false,
- bool enableExceptionAlerts = true,
Implementation
const TalkerWrapperOptions({
this.exceptionTitle = 'Error occurred',
this.errorTitle = 'Error occurred',
this.exceptionAlertBuilder,
this.errorAlertBuilder,
this.enableErrorAlerts = false,
this.enableExceptionAlerts = true,
});