appDeepLinkUri property

String? appDeepLinkUri
getter/setter pair

The uri for the app deep link, The uri can be either a custom scheme uri (e.g. mystore://shoes) or universal uri (e.g. http://www.mystore.com/shoes).

Implementation

core.String? appDeepLinkUri;