forTarget method
Gets a Stream for this event type, on the specified target.
Implementation
@deprecated
Stream<T> forTarget(StreamTarget<T> target) {
return _Stream(target, _type);
}
Gets a Stream for this event type, on the specified target.
@deprecated
Stream<T> forTarget(StreamTarget<T> target) {
return _Stream(target, _type);
}