menu
hackrulz package
documentation
quiz.dart
QuizNotifier
updateTimer method
updateTimer method
dark_mode
light_mode
updateTimer
method
void
updateTimer
(
int
time
)
Implementation
void updateTimer(int time) { state = state.copyWith(timeLeft: time); }
hackrulz package
documentation
quiz
QuizNotifier
updateTimer method
QuizNotifier class