hideLoading static method

void hideLoading()

Implementation

static void hideLoading() {
  if (Get.isDialogOpen == true) Get.back();
}