deleteAll method Null safety
deletes the items in the storage
Implementation
void deleteAll() async {
await _storage.deleteAll(aOptions: _getAndroidOptions());
readAll();
}
deletes the items in the storage
void deleteAll() async {
await _storage.deleteAll(aOptions: _getAndroidOptions());
readAll();
}