getProjectGrantByID method

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

Implementation

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