I'm developing a Blazor Hybrid App for Android using .NET8 and C# in Visual Studio.
What is best practice or even the intended way to persistently store user data for the app, that can be loaded after restarting the app or the phone?Like e.g. strings and booleans from user input or settings the user made in my app.