showLoading method

void showLoading()

Implementation

void showLoading() {
  loadingController.add(LoadingNonRenderState());
}