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