wipeStorage method

dynamic wipeStorage()

Wipe all storage data

Implementation

wipeStorage() async {
  await NyStorage.deleteAll();
}