googlePayIsSupported method

  1. @override
Future<bool> googlePayIsSupported(
  1. IsGooglePaySupportedParams params
)
override

Implementation

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