getTargetByID method

ResponseFuture<GetTargetByIDResponse> getTargetByID(
  1. GetTargetByIDRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.GetTargetByIDResponse> getTargetByID($0.GetTargetByIDRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getTargetByID, request, options: options);
}