menu
flutter_easy package
documentation
utils/src/timer_util.dart
TimerUtil
repeat method
repeat method
dark_mode
light_mode
repeat
method
void
repeat
(
int
totalTime
)
重设倒计时总时间
Implementation
void repeat(int totalTime) { cancel(); this.totalTime = totalTime; run(); }
flutter_easy package
documentation
utils/src/timer_util
TimerUtil
repeat method
TimerUtil class