getIsApplePayOnly method
Whether the SDK is currently treating this merchant as Apple-Pay-only.
Mirrors ZeroSettle.shared.isApplePayOnly on iOS.
Implementation
Future<bool> getIsApplePayOnly() {
throw UnimplementedError(
'getIsApplePayOnly() has not been implemented.',
);
}