setLoading method

void setLoading()

Implementation

void setLoading() {
  change(null, status: GetStatus<T>.loading());
}