hideLoading static method

void hideLoading()

Implementation

static void hideLoading() {
  if (Get.isDialogOpen ?? false) {
    Get.back();
  }
}