create_Pre method

Future<Voucher> create_Pre(
  1. ServiceCall $call,
  2. Future<Voucher> $request
)

Implementation

$async.Future<$1.Voucher> create_Pre(
    $grpc.ServiceCall $call, $async.Future<$1.Voucher> $request) async {
  return create($call, await $request);
}