CloseLoading static method

void CloseLoading()

Implementation

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