resetLoadState method

void resetLoadState()

Implementation

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