wipeStorage method

Future<void> wipeStorage()

Wipe all storage data

Implementation

Future<void> wipeStorage() async {
  await NyStorage.deleteAll();
}