presentExternalPurchaseNoticeSheetIOS abstract method
Present external purchase notice sheet (iOS 17.4+). Uses ExternalPurchase.presentNoticeSheet() which returns a token when user continues. Reference: https://developer.apple.com/documentation/storekit/externalpurchase/presentnoticesheet()
Implementation
Future<ExternalPurchaseNoticeResultIOS> presentExternalPurchaseNoticeSheetIOS();