setLoading method

void setLoading()

Implementation

void setLoading() => setState(() {
      viewState = ViewState.loading;
    });