RunAtMostEvery constructor

RunAtMostEvery(
  1. Duration period, [
  2. DartleCache? cache
])

Implementation

RunAtMostEvery(this.period, [DartleCache? cache])
    : cache = cache ?? DartleCache.instance;