requestApplePayPayment method
Implementation
Future<String?> requestApplePayPayment({
required String authorization,
required String merchantIdentifier,
required String countryCode,
required String currencyCode,
required String amount,
}) {
throw UnimplementedError(
'requestApplePayPayment() has not been implemented.',
);
}