get_Pre method

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

Implementation

$async.Future<$1.Voucher> get_Pre(
    $grpc.ServiceCall $call, $async.Future<$0.VoucherCode> $request) async {
  return get($call, await $request);
}