update route call to take in BusinessUpdateArguments
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user