initializeUIComponentsTree method
void
initializeUIComponentsTree()
Implementation
void initializeUIComponentsTree() {
_uiComponentsTree = DOMTreeReferenceMap(content!,
keepPurgedKeys: true,
maxPurgedEntries: 1000,
purgedEntriesTimeout: Duration(minutes: 1));
}