matches abstract method
- 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);