searchMatrixOffsets_Pre method

Future<SearchMatrixOffsetsResponse> searchMatrixOffsets_Pre(
  1. ServiceCall $call,
  2. Future<SearchMatrixPoints> $request
)

Implementation

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