Paywall Integration
Last updated
window.flutter_inappwebview.callHandler(...)window.flutter_inappwebview.callHandler(
'iapPresentPaywall',
'default'
);window.flutter_inappwebview.callHandler(
'iapPresentPaywallIfNeeded',
'premium_access',
'default'
);window.flutter_inappwebview.callHandler(
'iapRestorePurchase'
);