disposePersistence method
void
disposePersistence()
Cleans up persistence resources.
Implementation
void disposePersistence() {
if (autoSave) {
removeListener(_handleAutoSave);
}
}
Cleans up persistence resources.
void disposePersistence() {
if (autoSave) {
removeListener(_handleAutoSave);
}
}