loading method

void loading()

Mark the pod as loading.

Implementation

void loading() {
  _status = AsyncStatus.loading;
  _error = null;
  notifyListeners();
}