menu
flower_fire package
documentation
widgets/smart_cooking_timer.dart
CookingTask
pause method
pause method
dark_mode
light_mode
pause
method
void
pause
(
)
Implementation
void pause() { isRunning = false; timer?.cancel(); }
flower_fire package
documentation
widgets/smart_cooking_timer
CookingTask
pause method
CookingTask class