RevcatIapConfig class

Constructors

RevcatIapConfig({required String publicKey, required String entitlementID, required List<SubscriptionItem> packageConverter(List<Package>), String? appUserId, bool enabledLogs = false, int limitFreeUsage = 10})
const

Properties

appUserId String?
RevenueCat project's appUserId
final
enabledLogs bool
Enable debug logs or not
final
entitlementID String
EntitlementID that configured on RevenueCat
final
hashCode int
The hash code for this object.
no setterinherited
limitFreeUsage int
Free premium-feature usage times.
final
packageConverter List<SubscriptionItem> Function(List<Package>)
Convert RevenueCat packages into local items for showing on UI.
final
publicKey String
RevenueCat project's public key
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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