setInitial method

void setInitial()

Implementation

void setInitial() {
  _state = ViewState.initial;
  notifyListeners();
}