clearStorage static method

dynamic clearStorage()

Clear all data from storage

Implementation

static clearStorage() async {
  await storage.erase();
  storage.write(StorageManager.oldUser, true);
}