backOnPhoneView method
Implementation
backOnPhoneView(BuildContext context) {
routeStack.clear();
routeStack.add(PageView.intialView);
routeStack.refresh();
Navigator.pop(context);
}
backOnPhoneView(BuildContext context) {
routeStack.clear();
routeStack.add(PageView.intialView);
routeStack.refresh();
Navigator.pop(context);
}