previousPage method

void previousPage()

Implementation

void previousPage(){
  Get.find<PageChangedNotifier>().popTransition();
}