rxdart/defer library

Classes

DeferStream<T>
The defer factory waits until a listener subscribes to it, and then it creates a Stream with the given factory function.