emitLoading method

void emitLoading()

Set loading state.

Implementation

void emitLoading() {
  value = AsyncLoading<T>();
}