longDynamicLink property

Uri? longDynamicLink
final

Set the long Dynamic Link when building a short link (i.e. using buildShortLink() API). This allows the user to append additional query strings that would otherwise not be possible (e.g. "ofl" parameter). This will not work if using buildLink() API.

Implementation

final Uri? longDynamicLink;