confirmPaymentIntent_Pre method

Future<PaymentResponse> confirmPaymentIntent_Pre(
  1. ServiceCall call,
  2. Future<PaymentRequest> request
)

Implementation

$async.Future<$0.PaymentResponse> confirmPaymentIntent_Pre(
    $grpc.ServiceCall call, $async.Future<$0.PaymentRequest> request) async {
  return confirmPaymentIntent(call, await request);
}