removeNode abstract method

void removeNode(
  1. String path
)

Removes the node specified at path.

Implementation

void removeNode(String path);