SmoothedStream extension
Convenience methods for smoothing text streams.
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<
Returns this stream re-paced by a TokenSmoother.String> , provided by the SmoothedStream extension