setToHasError abstract method
Set the state to the error status
Implementation
void setToHasError(
dynamic error, {
StackTrace? stackTrace,
VoidCallback? refresher,
});
Set the state to the error status
void setToHasError(
dynamic error, {
StackTrace? stackTrace,
VoidCallback? refresher,
});