isApplePaySupported method

  1. @override
Future<bool> isApplePaySupported()
override

Implementation

@override
Future<bool> isApplePaySupported() async {
  throw WebUnsupportedError.method('presentApplePay');
}