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