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