isPlatformPaySupported abstract method

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

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

Implementation

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