TimerLogic extension

on

Methods

callBackTheTimerEnd() → void
formatSecondsToMinutesAndSeconds(int seconds) String
int totalSeconds = 125; String formattedTime = formatSecondsToMinutesAndSeconds(totalSeconds); print(formattedTime); // Output: 02:05
hideTimerUI() → void
intervalTimerCreate() Future
isViewMounted() bool
stopTimer() → dynamic
updateUIWithNewTimerValue() → void