Duration every(String groupID) { final stored = AppPreferences.private.getInt(_everyKey(groupID)); if (stored != null && stored > 0) return Duration(milliseconds: stored); return group(groupID).every; }