utils/sleeping_timer library

Classes

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

Typedefs

OnSleepCompleteListener = void Function()
Signature for the sleep complete callback.
OnSleepRemainingListener = void Function(Duration value)
Signature for the sleep remaining duration callback.