how to navigate to a shell route in go router flutter?
I'm using Go Router 6.2.0 with Flutter 3.7.3 Problem: I want to navigate to the shell route when a user is logged in and the login page when no one is logged in. What developers usually do is redirect the…