closeLoading static method

bool closeLoading()

Implementation

static bool closeLoading() {
  Get.back();

  return false;
}