getObjectPointClouds_Pre method

Future<GetObjectPointCloudsResponse> getObjectPointClouds_Pre(
  1. ServiceCall call,
  2. Future<GetObjectPointCloudsRequest> request
)

Implementation

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