BtcPurchaseWeb class

A web implementation of the BtcPurchasePlatform of the BtcPurchase plugin.

Inheritance

Constructors

BtcPurchaseWeb()
Constructs a BtcPurchaseWeb

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

getAlreadyPurchasedList(List<String> purchase_id, String purchase_type, PurchaseListener? listener) Future<List<ProductDetails>?>
inherited
getPurchaseList(String purchaseId, PurchaseListener? listener) Future<String?>
Returns a String containing the version of the platform.
override
launchPurchase(String purchaseId) Future<String?>
Returns a String containing the version of the platform.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
PurchaseSync() → dynamic
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

registerWith(Registrar registrar) → void