Flutter routing and route interception jump 404

why use routing in our previous code, the code used for page jumps looks like this: Navigator.of(context).push( MaterialPageRoute(builder: (context) => LoginPage()),); copy the code.