setLoading method

void setLoading()

Sets the status to loading.

Implementation

void setLoading() {
  change(GetStatus<T>.loading());
}