canPop method

bool canPop()

Implementation

bool canPop() {
  return Get.find<PageManager>().canPop(this);
}