restore
suspend fun restore(groupId: String, strategy: FlutterUnlockStrategy, location: StorageLocation): Result<List<WalletRestoreResult>>
Restore wallet(s) from backup using the specified unlock strategy.
Parameters
group Id
The wallet group ID to restore
strategy
How to unlock the backup (PRF, PIN, Password, None)
from Location
Where to restore from (defaults to CLOUD)