can't redirect to new page in flutter dynamic link #6910
Unanswered
abdelrahman-abied
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@OverRide
void initState() {
super.initState();
initDynamicLinks();
}
Future initDynamicLinks() async {
try {
Navigator.pushNamed(context, ProductDetailsScreen.route);
return true;
}
}
}, onError: (OnLinkErrorException e) async {
}
Beta Was this translation helpful? Give feedback.
All reactions