appStoreLink property

String? appStoreLink
final

An optional link to the app store for the target application.

If checkAppInstallation is true and the app is not found, this link will be used in the "app not installed" dialog to direct the user to the store.

Implementation

final String? appStoreLink;