deleteAllItems method

dynamic deleteAllItems()

Implementation

deleteAllItems() async {
  await storage.erase();
}