MethodChannelBtcPurchase class

An implementation of BtcPurchasePlatform that uses method channels.

Inheritance

Constructors

MethodChannelBtcPurchase()

Properties

hashCode int
The hash code for this object.
no setterinherited
listener PurchaseListener?
getter/setter pair
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAlreadyPurchasedList(List<String> purchase_ids, String purchase_type, PurchaseListener? listener) Future<List<ProductDetails>?>
override
getPurchaseList(List<String> purchase_ids, String purchase_type, PurchaseListener? listener) Future<List<ProductDetails?>?>
override
launchPurchase(String element, String purchase_type) Future<String?>
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