removeNode abstract method

bool removeNode(
  1. T? child
)

Removes child node.

Implementation

bool removeNode(T? child);