setLoading method

void setLoading()

Manually set loading state

Implementation

void setLoading() {
  value = const AsyncSnapshot.waiting();
}