What is the substitute for DynamicLinkParameters.shortenUrl #7563
Unanswered
jagadish-pattanaik
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.
-
As the
DynamicLinkParameters.shortenUrl
is depriciated in the new version so what is the substitue for it in my case:final ShortDynamicLink shortDynamicLink = await DynamicLinkParameters.shortenUrl(Uri.parse(longLink.toString() + "&ofl=https://jmeet-8e163.web.app/"));
I wanted to add
ofl
so that on other platforms it will be redirected to my website. Now how to do that?Beta Was this translation helpful? Give feedback.
All reactions