setCurrent method
Implementation
void setCurrent(CustomerPlaceContent content) {
_tree.setCurrentNode(contentUuid: content.uuid);
current = content;
loadContentChildrens();
onCurrentChange.emit(content);
}
void setCurrent(CustomerPlaceContent content) {
_tree.setCurrentNode(contentUuid: content.uuid);
current = content;
loadContentChildrens();
onCurrentChange.emit(content);
}