endLoadingView static method

dynamic endLoadingView()

Implementation

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