isApplePaySupported method

  1. @Deprecated('This method is deprecated use [isPlatformPaySupported] instead')
Future<bool> isApplePaySupported()

Implementation

@Deprecated('This method is deprecated use [isPlatformPaySupported] instead')
Future<bool> isApplePaySupported() async => false;