Instance Method
read(from:bundleIdentifier:timeout:delay:queue:presentationIdentifier:broadcast:)
Read a tree from disk from a given path. The read is atomically performed, which means it reads all the content of the file from the disk and process the tree from loaded data.
func read(from url: URL, bundleIdentifier: String? = nil, timeout: TimeInterval, delay: TimeInterval = 0.01, queue: DispatchQueue, presentationIdentifier: String? = nil, broadcast: NavigatorTree.BroadcastCallback?) throws