updateProjectGrantMember method

ResponseFuture<UpdateProjectGrantMemberResponse> updateProjectGrantMember(
  1. UpdateProjectGrantMemberRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.UpdateProjectGrantMemberResponse> updateProjectGrantMember($0.UpdateProjectGrantMemberRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateProjectGrantMember, request, options: options);
}