createPayment_Pre method

Future<CreatePaymentResult> createPayment_Pre(
  1. ServiceCall $call,
  2. Future<CreatePaymentRequest> $request
)

Implementation

$async.Future<$1.CreatePaymentResult> createPayment_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$1.CreatePaymentRequest> $request) async {
  return createPayment($call, await $request);
}