menu
background_hiit_timer package
documentation
background_timer_controller.dart
CountdownController
pause method
pause method
dark_mode
light_mode
pause
method
Future
<
void
>
pause
(
)
Set timer pause.
Implementation
Future<void> pause() async { if (onPause != null) { onPause!(); } }
background_hiit_timer package
documentation
background_timer_controller
CountdownController
pause method
CountdownController class