removeRenderNode method
Implementation
ControllerRegistry removeRenderNode(int instanceId, int id) {
_renderTree[instanceId]?.removeNodeById(id);
return this;
}
ControllerRegistry removeRenderNode(int instanceId, int id) {
_renderTree[instanceId]?.removeNodeById(id);
return this;
}