reset method

void reset()

Resets the async state back to idle.

Implementation

void reset() {
  state.value = CoderAsyncState<T>.idle();
}