I have been unable to store values in tinyDB and recall the data between screens and on app start. I am using the AI2 Qr code to test the app.
I need to load data when the app is run the first time, but to retain and reload changed and updated data so that the app resumes where the user left off. I must set the data on the first run.
As a test, I have tried storing false, but on reload or app start it always runs the code on then-statement.