wipeAllStorageData static method
Wipe all storage data
Implementation
static Future<void> wipeAllStorageData() async {
await NyStorage.deleteAll(andFromBackpack: true);
}
Wipe all storage data
static Future<void> wipeAllStorageData() async {
await NyStorage.deleteAll(andFromBackpack: true);
}