InAppPurchaseIosPlatformAddition class

Contains InApp Purchase features that are only available on iOS.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
presentCodeRedemptionSheet() Future
Present Code Redemption Sheet.
refreshPurchaseVerificationData() Future<PurchaseVerificationData?>
Retry loading purchase data after an initial failure.
setDelegate(SKPaymentQueueDelegateWrapper? delegate) Future
Sets an implementation of the SKPaymentQueueDelegateWrapper.
showPriceConsentIfNeeded() Future
Shows the price consent sheet if the user has not yet responded to a subscription price change.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited