dispose method
void
dispose()
Releases resources. Call before disposing the underlying TreeController.
Implementation
void dispose() {
_expansionMemory.clear();
_currentRoots.clear();
_currentChildren.clear();
}
Releases resources. Call before disposing the underlying TreeController.
void dispose() {
_expansionMemory.clear();
_currentRoots.clear();
_currentChildren.clear();
}