buildAccessibilityTree method
A11yTree
buildAccessibilityTree()
Builds and returns the current accessibility tree snapshot.
Implementation
A11yTree buildAccessibilityTree() {
return _tree.buildA11yTree();
}
Builds and returns the current accessibility tree snapshot.
A11yTree buildAccessibilityTree() {
return _tree.buildA11yTree();
}