isPlatformPaySupported method
Check if either google pay or apple pay is supported on device.
Implementation
@override
Future<bool> isPlatformPaySupported({IsGooglePaySupportedParams? params}) {
throw WebUnsupportedError.method('isPlatformPaySupported');
}