getProjectGrantByID method

ResponseFuture<GetProjectGrantByIDResponse> getProjectGrantByID(
  1. GetProjectGrantByIDRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.GetProjectGrantByIDResponse> getProjectGrantByID(
    $1.GetProjectGrantByIDRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getProjectGrantByID, request, options: options);
}