showLoading static method

void showLoading()

전역 로딩 시작

Implementation

static void showLoading() {
  clueNavigatorKey.currentContext!.loaderOverlay.show();
}