InternalLinkTypeRestorePurchases constructor

const InternalLinkTypeRestorePurchases({
  1. dynamic extra,
  2. int? clientId,
})

The link forces restore of App Store purchases when opened. For official iOS application only

Implementation

const InternalLinkTypeRestorePurchases({
  this.extra,
  this.clientId,
});