searchMatrixOffsets_Pre method
Future<SearchMatrixOffsetsResponse>
searchMatrixOffsets_Pre(
- ServiceCall $call,
- Future<
SearchMatrixPoints> $request
Implementation
$async.Future<$4.SearchMatrixOffsetsResponse> searchMatrixOffsets_Pre($grpc.ServiceCall $call, $async.Future<$4.SearchMatrixPoints> $request) async {
return searchMatrixOffsets($call, await $request);
}