restore

actual suspend fun restore(files: List<JavaZipFileContent>, backupFile: PlatformFile): Throwable?
expect suspend fun restore(files: List<ZipFileContent>, backupFile: PlatformFile): Throwable?
actual suspend fun restore(files: List<ZipFileContent>, backupFile: PlatformFile): Throwable?
actual suspend fun restore(files: List<JavaZipFileContent>, backupFile: PlatformFile): Throwable?