searchMatrixPairs method
ResponseFuture<SearchMatrixPairsResponse>
searchMatrixPairs(
- SearchMatrixPoints request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$4.SearchMatrixPairsResponse> searchMatrixPairs($4.SearchMatrixPoints request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$searchMatrixPairs, request, options: options);
}