startLoading method

dynamic startLoading()

Implementation

startLoading() {
  _loading = true;
  notifyListeners();
}