EventStream<T> constructor
EventStream<T> (
- Event _target,
- JSFunction _callbackFactory(
- void (
- T
- void (
Implementation
EventStream(this._target, this._callbackFactory);