removeChild method

void removeChild(
  1. VirtualNode child
)

Implementation

void removeChild(VirtualNode child) {
  _children.remove(child);
}