isPlatformPaySupported abstract method

Future<bool> isPlatformPaySupported({
  1. IsGooglePaySupportedParams? params,
  2. PlatformPayWebPaymentRequestCreateOptions? paymentRequestOptions,
})

Check if either google pay or apple pay is supported on device.

Implementation

Future<bool> isPlatformPaySupported({
  IsGooglePaySupportedParams? params,
  PlatformPayWebPaymentRequestCreateOptions? paymentRequestOptions,
});