返回一个只有在特定事件对匹配指定 CSS 选择器的元素触发时才会触发的流。
这是 Dart 对于 jQuery 的 委托 的等效实现。
Stream<T> matches(String selector);