After this, if you call the Portal backup it will backup both Ethereum and Solana wallets. No change is needed from your side.
2. Generate and Backup Solana
If you have already backed up your Ethereum wallet and now you are interested in generating a solana wallet but you want to combine the generation and backup steps into one function call then here is how you can do it.
FYI, you need to add @OptIn(UpgradeFromV3::class) to your code calling these functions otherwise your editor will report an error. This is to make sure developers are aware that this method should only be called when upgrading from v3 to v4.