Hello !
In my app, I use ion-toggle to let the user choose some settings :
It works well, when the user activate some setting the method of this setting is called.
But when I quit the app, and launch it again, the settings are all set to “false”.
How can I store the user’s choice, so when the settings will be the same after relaunching the app.
Thanks !