ExternalPurchaseLinkResultIOS constructor
Implementation
const ExternalPurchaseLinkResultIOS({
/// Optional error message if the presentation failed
this.error,
/// Whether the user completed the external purchase flow
required this.success,
});