pop() .
Read moreHow do you pass a parameter to a route?
Passing parameters to routes
Read moreHow do you pass parameters in navigation in Flutter?
You can accomplish this task using the arguments parameter of the Navigator. pushNamed() method. Extract the arguments using the ModalRoute.
Read more