getNodeAtPath method

Node? getNodeAtPath(
  1. Path path
)

Implementation

Node? getNodeAtPath(Path path) {
  return document.nodeAtPath(path);
}