pt 3
This commit is contained in:
parent
3573e1e470
commit
94bee8751c
3 changed files with 68 additions and 21 deletions
|
|
@ -208,7 +208,10 @@ class MihGoRouter {
|
|||
});
|
||||
return const SizedBox.shrink();
|
||||
}
|
||||
return MzansiBusinessProfile(arguments: args);
|
||||
return MzansiBusinessProfile(
|
||||
key: UniqueKey(),
|
||||
arguments: args,
|
||||
);
|
||||
},
|
||||
),
|
||||
GoRoute(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue