cleanState method

  1. @protected
void cleanState()

Implementation

@protected
void cleanState() {
  _state = AsyncState.initial();
}