getPointCloud_Pre method

Future<GetPointCloudResponse> getPointCloud_Pre(
  1. ServiceCall call,
  2. Future<GetPointCloudRequest> request
)

Implementation

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