updateProject method

ResponseFuture<UpdateProjectResponse> updateProject(
  1. UpdateProjectRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.UpdateProjectResponse> updateProject($0.UpdateProjectRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateProject, request, options: options);
}