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