unzip

abstract suspend fun unzip(zipFile: File, files: List<FileContent>, replaceExistingFiles: Boolean = true): Result<Unit>