navigationPage method

void navigationPage()

Implementation

void navigationPage() {
  Navigator.of(context).pushReplacementNamed('/MenuRoute');
}