loading method

void loading()

Implementation

void loading() {
  status = LoadStatus.loading;
  notifyListeners();
}