const Stream.empty()

Creates an empty broadcast stream.

This is a stream which does nothing except sending a done event when it's listened to.

Source

const factory Stream.empty() = _EmptyStream<T>;