debugClearHotStorage

DEBUG ONLY: Clear hot storage to simulate app reinstall.

This clears all wallet data from local storage while keeping the backup file intact. Use this to test the restore flow without actually uninstalling the app.

After calling this, hasWalletInHotStorage() will return false but hasBackup() will return true, triggering the restore flow on next app launch.

Return

Result.success(true) if cleared successfully