InAppPurchase 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

Methods

consume(String purchaseToken) FutureOr<bool?>
Consume a product in cafeBazaar
disconnect() FutureOr<bool?>
Disconnect connection of app and cafeBazaar
getPurchasedProducts() FutureOr<List<PurchaseInfo>?>
Get purchased products in cafeBazaar
getSubscribedProducts() FutureOr<List<PurchaseInfo>?>
Get subscribed products in cafeBazaar
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
purchase(String productId, {String payLoad = ""}) FutureOr<PurchaseInfo?>
Purchase a product in cafeBazaar
subscribe(String productId, {String payLoad = ""}) FutureOr<PurchaseInfo?>
Subscribe to product in cafeBazaar
toString() String
A string representation of this object.
inherited

Operators

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