StoreKit class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscriptionItems List<IAPItem>
no setter

Methods

addErrorListener(ValueChanged<PurchaseResult?> callback) → void
addProStatusChangedListener(ValueChanged<PurchasedItem> callback) → void
dispose() → void
getItemsByIds(List<String> ids) List<IAPItem>
getPurchasedProductIds() List<String>
initialize(List<String> subscriptionIds) Future<void>
isProductPurchased(String productId) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openSubscriptionManagementPage() Future<void>
purchaseSubscription(IAPItem item) Future<void>
removeErrorListener(ValueChanged<PurchaseResult?> callback) → void
removeProStatusChangedListener(ValueChanged<PurchasedItem> callback) → void
restorePastPurchases(BuildContext context) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance StoreKit
final