wipeAllStorageData static method

Future<void> wipeAllStorageData()

Wipe all storage data

Implementation

static Future<void> wipeAllStorageData() async {
  await NyStorage.deleteAll(andFromBackpack: true);
}