onLoading method

void onLoading()

Implementation

void onLoading() {
  _state = StatusLoading();
  notifyListeners();
}