upload
This commit is contained in:
@ -11,6 +11,7 @@ class MyMaterialRouterConfig {
|
||||
|
||||
MyMaterialRouterConfig(String? token) {
|
||||
router = GoRouter(
|
||||
initialLocation: "/",
|
||||
routes: <RouteBase>[
|
||||
ShellRoute(
|
||||
builder: (BuildContext context, GoRouterState state, Widget child) {
|
||||
|
Reference in New Issue
Block a user