handleError method

void handleError(
  1. TListError error
)

Sets an error state on the list.

Implementation

void handleError(TListError error) {
  updateState(who: 'handleError', error: error);
}