clearSnapshots method
Removes all snapshots for boxName.
Implementation
void clearSnapshots(String boxName) {
_snapshots.remove(boxName);
_versionCounters.remove(boxName);
}
Removes all snapshots for boxName.
void clearSnapshots(String boxName) {
_snapshots.remove(boxName);
_versionCounters.remove(boxName);
}