Element query(
String relativeSelectors
)

Alias for querySelector. Note this function is deprecated because its semantics will be changing in the future.

Source

/**
 * Alias for [querySelector]. Note this function is deprecated because its
 * semantics will be changing in the future.
 */
@deprecated
@Experimental()
Element query(String relativeSelectors) => document.query(relativeSelectors);