getPointCloud_Pre method
Future<GetPointCloudResponse>
getPointCloud_Pre(
- ServiceCall call,
- Future<
GetPointCloudRequest> request
Implementation
$async.Future<$19.GetPointCloudResponse> getPointCloud_Pre($grpc.ServiceCall call, $async.Future<$19.GetPointCloudRequest> request) async {
return getPointCloud(call, await request);
}