downloadPLYFile

abstract suspend fun downloadPLYFile(storagePath: String, onProgress: suspend (bytesRead: Long, contentLength: Long?) -> Unit? = null): Result<ByteArray>