menu
dutato
core/utils/retention_tracker.dart
retentionBuckets constant
retentionBuckets
dark_mode
light_mode
description
retentionBuckets
top-level constant
List
<
int
>
const
retentionBuckets
Bucket boundaries for retention analysis.
Implementation
const retentionBuckets = [1, 3, 7, 14, 30, 60, 90];
dutato
retention_tracker
retentionBuckets constant
retention_tracker library