InAppPurchasesFacadeImpl class

Implemented types

Constructors

InAppPurchasesFacadeImpl()

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

buyConsumable({required ProductItem product, String? userReference}) Future<bool>
override
buyNonConsumable({required ProductItem product, String? userReference, bool isChange = false}) Future<bool>
override
completePendingPurchases() Future<void>
override
completePurchase(PurchaseDetails purchase) Future<void>
override
getCatalog(Set<String> productsId, ProductItemTypeMapper typeMapper, List<PurchaseProductListing>? listings) Future<CatalogProduct>
override
isAvailable() Future<bool>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
restorePurchases({String? username}) Future<void>
override
streamPurchases() Future<Stream<List<PurchaseDetails>>>
override
toString() String
A string representation of this object.
inherited

Operators

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