query function

Element? query(
  1. String selector
)

query stub

Implementation

web.Element? query(String selector) {
  return null;
}