createBackup

suspend fun createBackup(groupId: String, wrappers: List<FlutterWrapperConfig>, storageLocations: List<StorageLocation>): Result<BackupResult>

Create a new backup with specified wrappers.

Parameters

groupId

The wallet group ID to backup

wrappers

List of wrapper configurations (PRF, PIN, Password, etc.)

storageLocations

Where to store the backup (CLOUD, EXPORT, NFC_CARD)