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