selectAllChildren method

void selectAllChildren(
  1. Node node
)

Implementation

void selectAllChildren(Node node) {
  // No-op fallback.
}