pop method

void pop()

Implementation

void pop() async {
  Get.find<PageManager>().pop(this);
}