- Inheritance
-
- Object
- PlatformInterface
- ZeroSettlePlatform
- Implementers
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>?>
-
-
handleUniversalLink(String url)
→ Future<bool>
-
-
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>
-