loadingFinish method

void loadingFinish()

Implementation

void loadingFinish () {
  _onLoading = false;
  notifyListeners();
}