clearLoadState method

void clearLoadState()

Implementation

void clearLoadState() {
  _hasLoadedConnectionData = false;
  if (state.isLoading) {
    state = AsyncData(_currentData);
  }
}