FlutterBillingPlugin class

Constructors

FlutterBillingPlugin()

Properties

hashCode int
The hash code for this object.
no setterinherited
priceUpdateHandler PriceUpdateHandler?
getter/setter pair
purchaseUpdateHandler PurchaseUpdateHandler?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buyProduct(String? productId) Future
checkRestore() Future
getPrice(String? productId) Future
init(List<String>? productIds, String? secretKey, bool isSendbox) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
platformCallHandler(MethodCall call) Future
setPriceUpdateHandler(PriceUpdateHandler handler) → void
setPurchaseUpdateHandler(PurchaseUpdateHandler handler) → void
toString() String
A string representation of this object.
inherited

Operators

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