clearStorage static method
dynamic
clearStorage()
Clear all data from storage
Implementation
static clearStorage() async {
await storage.erase();
storage.write(StorageManager.oldUser, true);
}
Clear all data from storage
static clearStorage() async {
await storage.erase();
storage.write(StorageManager.oldUser, true);
}