remove method

void remove()

Remove this node from it's parent.

Implementation

void remove() {
  provider.removeNode(path);
}