Whether the current device can make Apple Pay payments.
Always returns false on non-iOS platforms.
false
@override Future<bool> isApplePayAvailable() async { return apple_pay_web.applePayWebAvailable(); }