setEmpty method

void setEmpty()
inherited

Implementation

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