select method

Element? select(
  1. String selectors
)

Implementation

Element? select(String selectors) => querySelectorNonTyped(selectors);