getApplePayState method
Reads the current Apple Pay availability state once. Returned as a raw
string ("ready" / "setupRequired" / "unavailable"); the facade
converts to ApplePayAvailabilityState.
Implementation
Future<String> getApplePayState() {
throw UnimplementedError('getApplePayState() has not been implemented.');
}