handleError method

void handleError(
  1. TListError error
)

Implementation

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