createProject method
- CreateProjectRequest request, {
- CallOptions? options,
Project methods
Implementation
$grpc.ResponseFuture<$0.ProjectResponse> createProject(
$0.CreateProjectRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$createProject, request, options: options);
}