SmoothedStream extension

Convenience methods for smoothing text streams.

on

Methods

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

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

Returns this stream re-paced by a TokenSmoother.