SmoothedStream extension

Convenience methods for smoothing text streams.

on

Methods

smoothed({Duration tick = const Duration(milliseconds: 16), Duration window = const Duration(milliseconds: 250), int minRelease = 1, AtomicChunkPredicate atomic = _neverAtomic}) Stream<String>

Available on Stream<String>, provided by the SmoothedStream extension

Returns this stream re-paced by a TokenSmoother.