CountdownTimerState
Represents a countdown timer state with functionality to track the remaining time, control the timer's visibility, and handle the timer's lifecycle events.
This class is designed to work seamlessly with Jetpack Compose by using mutable states to notify recompositions when the state changes.
Parameters
endDate
The end time of the countdown timer, represented in milliseconds since epoch.
Constructors
Link copied to clipboard
Creates a new CountdownTimerState instance.