getNode method

LocalNode? getNode(
  1. String path
)

Implementation

LocalNode? getNode(String path) {
  return provider?.getNode(path);
}