handleError method
Sets an error state on the list.
Implementation
void handleError(TListError error) {
updateState(who: 'handleError', error: error);
}
Sets an error state on the list.
void handleError(TListError error) {
updateState(who: 'handleError', error: error);
}