Currently I'm creating a user registration criteria and it have three registration pages. For each completion of user registration page I want to store it in local storage. If the user closes the app before the 3 level of registration, I want to show the entered details of completed pages without api calling.
So which is the best way of storing data locally in flutter like room database, shared preferences etc...