clearStorage static method
dynamic
clearStorage()
Clear all data from storage
Implementation
static clearStorage() async {
await storage.erase();
}
Clear all data from storage
static clearStorage() async {
await storage.erase();
}