updateInvoice method

ResponseFuture<InvoiceResponse> updateInvoice(
  1. InvoiceRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.InvoiceResponse> updateInvoice($0.InvoiceRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateInvoice, request, options: options);
}