internalLinkTypeRestorePurchases property
The link forces restore of App Store purchases when opened. For official iOS application only
Implementation
InternalLinkTypeRestorePurchases? get internalLinkTypeRestorePurchases {
if (this is InternalLinkTypeRestorePurchases) {
return this as InternalLinkTypeRestorePurchases;
}
return null;
}