restore

suspend fun restore(groupId: String, strategy: FlutterUnlockStrategy, location: StorageLocation): Result<List<WalletRestoreResult>>

Restore wallet(s) from backup using the specified unlock strategy.

Parameters

groupId

The wallet group ID to restore

strategy

How to unlock the backup (PRF, PIN, Password, None)

fromLocation

Where to restore from (defaults to CLOUD)