resetLoadState method

void resetLoadState()
inherited

Implementation

void resetLoadState() {
  if (resetLoadStateCallBack != null) {
    resetLoadStateCallBack!();
  }
}