asStream<T> method
Implementation
EventStream<T> asStream<T>(
JSFunction Function(void Function(T)) callbackFactory) {
return EventStream<T>(this, callbackFactory);
}
EventStream<T> asStream<T>(
JSFunction Function(void Function(T)) callbackFactory) {
return EventStream<T>(this, callbackFactory);
}