updating sequence of flows
This commit is contained in:
@@ -110,9 +110,7 @@ class _MyAppState extends State<MyApp> {
|
||||
),
|
||||
GoRoute(
|
||||
path: '/gateway',
|
||||
builder:
|
||||
(context, state) =>
|
||||
GatewayScreen(url: state.extra as String),
|
||||
builder: (context, state) => const GatewayScreen(),
|
||||
),
|
||||
GoRoute(
|
||||
path: '/receipt',
|
||||
|
||||
Reference in New Issue
Block a user