How to navigate to  new screen without back screen

By using Navigator.pushReplacement(), we can achive this
For Navigator.push() use navigator.pushReplacement();
For Navigator.pushNamed() use navigator.pushReplacementNamed();