getObjectPointClouds_Pre method
Future<GetObjectPointCloudsResponse>
getObjectPointClouds_Pre(
- ServiceCall call,
- Future<
GetObjectPointCloudsRequest> request
Implementation
$async.Future<$40.GetObjectPointCloudsResponse> getObjectPointClouds_Pre($grpc.ServiceCall call, $async.Future<$40.GetObjectPointCloudsRequest> request) async {
return getObjectPointClouds(call, await request);
}