BtcPurchasePlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • BtcPurchasePlatform
Implementers

Constructors

BtcPurchasePlatform()
Constructs a BtcPurchasePlatform.

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>?>
getPurchaseList(List<String> purchase_id, String purchase_type, PurchaseListener? listener) Future<List<ProductDetails?>?>
launchPurchase(String purchase_id, String purchase_type) Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
PurchaseSync() → dynamic
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance BtcPurchasePlatform
The default instance of BtcPurchasePlatform to use.
getter/setter pair