loadingStart method

void loadingStart()

Implementation

void loadingStart () {
  _onLoading = true;
  notifyListeners();
}