delete method
void
delete()
Delete all of the directories synchronously
This will remove all traces of this store from the user's device. Use with caution!
Implementation
void delete() {
reset();
_access.real.deleteSync(recursive: true);
}