Google Flutter Practice Test
Google Flutter Google Flutter Navigation
Which method pushes a new route onto the Navigator stack in Flutter?
Select your answer
A
Navigator.pop()
B
Navigator.push()
C
Navigator.replace()
D
Navigator.launch()
Hint