removeNode method
Removes a node from the explicit membership.
Works for all behaviors, but only meaningful for explicit/parent.
Implementation
void removeNode(String nodeId) {
runInAction(() => _nodeIds.remove(nodeId));
}
Removes a node from the explicit membership.
Works for all behaviors, but only meaningful for explicit/parent.
void removeNode(String nodeId) {
runInAction(() => _nodeIds.remove(nodeId));
}