setLoaded method

void setLoaded()

Implementation

void setLoaded() {
  _state = ViewState.loaded;
  notifyListeners();
}