utils library

Classes

MultiValueStreamController<K, T>
A wrapper that manages multiple ValueStreamControllers.
ValueStreamController<T>
A ValueStreamController is a StreamController that emits the last emitted value to any listener when the listener first subscribes to the Stream.