removeChild abstract method

Future<void> removeChild(
  1. String name
)

Removes a child node from this node.

@param name the name of the child node to be removed

Implementation

Future<void> removeChild(String name);