Add appuser as param to test package
This commit is contained in:
@@ -162,7 +162,7 @@ class _MihPersonalHomeState extends State<MihPersonalHome>
|
||||
onTap: () {
|
||||
Navigator.of(context).pushNamed(
|
||||
'/package-dev',
|
||||
//arguments: widget.signedInUser,
|
||||
arguments: widget.signedInUser,
|
||||
);
|
||||
},
|
||||
appName: "Test",
|
||||
|
||||
Reference in New Issue
Block a user