searchMatrixOffsets method

ResponseFuture<SearchMatrixOffsetsResponse> searchMatrixOffsets(
  1. SearchMatrixPoints request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$4.SearchMatrixOffsetsResponse> searchMatrixOffsets($4.SearchMatrixPoints request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$searchMatrixOffsets, request, options: options);
}