Overview of Navigator methods in Flutter.
Experiment with the sample project to learn more about how Navigator methods like pushReplacement, popAndPushNamed, etc work in Flutter.
Samples example:
push(...);
pop(...);
pushNamed(...);
canPop(...);
maybePop(...);
pushReplacementNamed(...);
popAndPushNamed(...);
pushNamedAndRemoveUntil(...);
pushAndRemoveUntil(...);
pushNamed(...);
popAndPushNamed(...);