PurchasesProductsResource class

Constructors

PurchasesProductsResource(ApiRequester client)

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

acknowledge(ProductPurchasesAcknowledgeRequest request, String packageName, String productId, String token, {String? $fields}) Future<void>
Acknowledges a purchase of an inapp item.
consume(String packageName, String productId, String token, {String? $fields}) Future<void>
Consumes a purchase for an inapp item.
get(String packageName, String productId, String token, {String? $fields}) Future<ProductPurchase>
Checks the purchase and consumption status of an inapp item.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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