update method

ResponseFuture<Voucher> update(
  1. Voucher request, {
  2. CallOptions? options,
})

Vouchers: Update

Implementation

$grpc.ResponseFuture<$1.Voucher> update(
  $1.Voucher request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$update, request, options: options);
}