loading method
void
loading()
Mark the pod as loading.
Implementation
void loading() {
_status = AsyncStatus.loading;
_error = null;
notifyListeners();
}
Mark the pod as loading.
void loading() {
_status = AsyncStatus.loading;
_error = null;
notifyListeners();
}