ZeroSettlePlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • ZeroSettlePlatform
Implementers

Constructors

ZeroSettlePlatform()

Properties

checkoutEvents Stream<Map<String, dynamic>>
no setter
entitlementUpdates Stream<List<Map<String, dynamic>>>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bootstrap({required String userId, required int freeTrialDays}) Future<Map<String, dynamic>>
configure({required String publishableKey, bool syncStoreKitTransactions = true}) Future<void>
fetchProducts({String? userId}) Future<Map<String, dynamic>>
getDetectedJurisdiction() Future<String?>
getEntitlements() Future<List<Map<String, dynamic>>>
getIsConfigured() Future<bool>
getPendingCheckout() Future<bool>
getProducts() Future<List<Map<String, dynamic>>>
getRemoteConfig() Future<Map<String, dynamic>?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openCustomerPortal({required String userId}) Future<void>
preloadPaymentSheet({required String productId, String? userId, required int freeTrialDays}) Future<void>
presentPaymentSheet({required String productId, String? userId, required int freeTrialDays, bool dismissible = true}) Future<Map<String, dynamic>>
restoreEntitlements({required String userId}) Future<List<Map<String, dynamic>>>
showManageSubscription({required String userId}) Future<void>
toString() String
A string representation of this object.
inherited
warmUpPaymentSheet({required String productId, String? userId, required int freeTrialDays}) Future<void>

Operators

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

Static Properties

instance ZeroSettlePlatform
getter/setter pair