invoke

abstract suspend operator fun invoke(password: String): CreateBackupResult

Creates a compressed backup file in multiplatform format. This file can be encrypted with the provided password if password is not empty.

Parameters

password

The password to encrypt the backup file with. If empty, the file will be unencrypted.