setRefreshError method
void
setRefreshError(
- E? e
Implementation
void setRefreshError(E? e) {
refreshError = e;
refreshState = ViewRefreshStateType.refreshError;
refresh();
onRefreshError();
}
void setRefreshError(E? e) {
refreshError = e;
refreshState = ViewRefreshStateType.refreshError;
refresh();
onRefreshError();
}