I set applePayAPIEnabled
to true, but Apple Pay is still not visible.
My webview settings:
InAppWebViewSettings(
isInspectable: kDebugMode,
mediaPlaybackRequiresUserGesture: false,
allowsInlineMediaPlayback: true,
iframeAllow: 'camera; microphone; payment',
disableDefaultErrorPage: true,
iframeAllowFullscreen: true,
applePayAPIEnabled: true,
)