matches method

Stream<T> matches (String selector)

Return a stream that only fires when the particular event fires for elements matching the specified CSS selector.

This is the Dart equivalent to jQuery's delegate.

Implementation

Stream<T> matches(String selector);