isPlatformPaySupported abstract method
Future<bool>
isPlatformPaySupported({
- IsGooglePaySupportedParams? params,
- PlatformPayWebPaymentRequestCreateOptions? paymentRequestOptions,
Check if either google pay or apple pay is supported on device.
Implementation
Future<bool> isPlatformPaySupported({
IsGooglePaySupportedParams? params,
PlatformPayWebPaymentRequestCreateOptions? paymentRequestOptions,
});