updateBillingService method

ResponseFuture<UpdateBillingServiceResponse> updateBillingService(
  1. UpdateBillingServiceRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$9.UpdateBillingServiceResponse> updateBillingService($9.UpdateBillingServiceRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateBillingService, request, options: options);
}