update route call to take in BusinessUpdateArguments
This commit is contained in:
parent
529d6c32fe
commit
98bfa84c1b
1 changed files with 5 additions and 1 deletions
|
|
@ -122,7 +122,11 @@ class _HomeTileGridState extends State<HomeTileGrid> {
|
||||||
() {
|
() {
|
||||||
Navigator.of(context).pushNamed(
|
Navigator.of(context).pushNamed(
|
||||||
'/business-profile',
|
'/business-profile',
|
||||||
arguments: widget.signedInUser,
|
arguments: BusinessUpdateArguments(
|
||||||
|
widget.signedInUser,
|
||||||
|
widget.businessUser,
|
||||||
|
widget.business,
|
||||||
|
),
|
||||||
);
|
);
|
||||||
// Navigator.popAndPushNamed(context, '/patient-manager',
|
// Navigator.popAndPushNamed(context, '/patient-manager',
|
||||||
// arguments: widget.userEmail);
|
// arguments: widget.userEmail);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue