0 votes
in Flutter by
What is use of Navigation.push and Navigation.pop function?

1 Answer

0 votes
by

The push method is used to add a route to the stack of routes managed by the navigator. The pop method is used to remove the current route from the stack of routes managed by the navigator.

...