minSnoozeDuration constant

Duration const minSnoozeDuration

Shortest androidSnoozeDuration the platform will honour.

Below this, Android scheduling stops using AlarmManager and falls back to an in-process timer that survives neither process death nor cancellation — so a shorter snooze could be neither guaranteed nor undone. A shorter duration offers no snooze at all rather than an unreliable one.

Implementation

static const minSnoozeDuration = Duration(minutes: 1);