backOnPhoneView method

dynamic backOnPhoneView(
  1. BuildContext context
)

Implementation

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