jonataslaw / get_storage

A fast, extra light and synchronous key-value storage to Get framework
MIT License
359 stars 82 forks source link

Getsorage not erasing data when using GetStroage().erase() #147

Open iamVictorSam opened 4 months ago

iamVictorSam commented 4 months ago

on Logout,

GetStroage().erase().then((value)=> Get.offAll(()=>LoginScreen()))

This will route to the LoginScreen

restart the Simulator. (the app persists to home screen if token exists)

The app routes to Home Screen