isPlatformPaySupported method

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

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

Implementation

@override
Future<bool> isPlatformPaySupported({IsGooglePaySupportedParams? params}) {
  throw WebUnsupportedError.method('isPlatformPaySupported');
}