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