exportToDownloads

suspend fun exportToDownloads(groupId: String, location: StorageLocation): Result<String>

Export the backup file to the device's user-visible directory.

  • Android: Downloads folder

  • iOS: Documents directory (visible in Files app)

Return

The path to the exported file

Parameters

groupId

The wallet group ID whose backup to export