InAppPurchasesFacade class abstract

Implementers

Constructors

InAppPurchasesFacade()

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

Operators

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