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