setEmpty method

void setEmpty()

Implementation

void setEmpty() {
  _errorMessage = null;
  viewState = ViewModelState.empty;
}