customErrorHandler property
CustomErrorHandler
get
customErrorHandler
Implementation
static CustomErrorHandler get customErrorHandler {
_customErrorHandler ??= CustomErrorHandler();
return _customErrorHandler!;
}