loading method

void loading()

Emit loading state

Implementation

void loading() {
  emit(FetchLoading<R>());
}