StoreKit class
Properties
-
getPurchasedProductIds
→ List<
String> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
productItems
→ List<
IAPItem> -
no setter
- 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 -
getProductsItemsByIds(
List< String> ids) → List<IAPItem> -
getSubscriptionItemsByIds(
List< String> ids) → List<IAPItem> -
initialize(
{List< String> ? subscriptionIds, List<String> ? productsIds}) → Future<void> -
isProductPurchased(
String productId) → bool -
manageSubscription(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
purchase(
IAPItem item) → Future< void> -
removeErrorListener(
ValueChanged< PurchaseResult?> callback) → void -
removeProStatusChangedListener(
ValueChanged< PurchasedItem> callback) → void -
restorePastPurchases(
BuildContext context) → Future< bool> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited