void resetDistributionCache()

Source

void resetDistributionCache() {
  for (var i in _workCounts.keys.toList()) {
    _workCounts[i] = 0;
  }
}