StartFromExtension<T> extension

on

Methods

startFrom(int? offset, {String name = 'startFrom', bool? cancelOnError, bool bubbleCancellation = true}) OffsetIterator<T>
Pull from the OffsetIterator from the specified offset.
withTracking() OffsetIterator<T>
Don't always pull the latest item from the OffsetIterator, but instead book-keep the last processed offset to ensure items aren't missed.