DeleteActionNode.forParent(String path, MutableNodeProvider provider, { Function onDelete })

When this action is invoked, provider.removeNode will be called with the parent of this action.

Source

DeleteActionNode.forParent(String path, MutableNodeProvider provider, {
  Function onDelete
}) : this(path, provider, new Path(path).parentPath, onDelete: onDelete);