utils/countdown library

Classes

Countdown
A timer class that provides sleep functionality with optional periodic updates.
SleepingTimer

Typedefs

OnCountdownCompleteListener = void Function()
Signature for the sleep complete callback.
OnCountdownRemainingListener = void Function(RemainingDuration value)
Signature for the sleep remaining duration callback.