presentExternalPurchaseNoticeSheetIOS abstract method

Future<ExternalPurchaseNoticeResultIOS> presentExternalPurchaseNoticeSheetIOS()

Present the external purchase notice sheet (iOS 17.4+). Uses ExternalPurchase.presentNoticeSheet() which returns a token when the user continues. Reference: https://developer.apple.com/documentation/storekit/externalpurchase/presentnoticesheet() See: https://www.openiap.dev/docs/apis/ios/present-external-purchase-notice-sheet-ios

Implementation

Future<ExternalPurchaseNoticeResultIOS> presentExternalPurchaseNoticeSheetIOS();