exportToDownloads

abstract suspend fun exportToDownloads(): Result<String>

Export the backup file to the device's Downloads folder.

Return

Result.success with the exported file path, Result.failure on error