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