IapManager class abstract

Constructors

IapManager()

Properties

customerInfo Future<CustomerInfo>
no setter
entitlementId String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isSubscribed bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream Stream<bool>
no setter

Methods

addCustomerInfoUpdateListener(CustomerInfoUpdateListener customerInfoUpdateListener) Future<void>
dispose() → void
init({CustomerInfo? customerInfo}) Future<CustomerInfo?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
presentPaywall({Offering? offering, bool displayCloseButton = false}) Future<bool>
presentPaywallIfNeeded({Offering? offering, bool displayCloseButton = false}) Future<bool>
refreshFromRevenueCat() Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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