Return a stream that only fires when the particular event fires forelements matching the specified CSS selector.
This is the Dart equivalent to jQuery'sdelegate.
Stream<T> matches(String selector);