menu
timer_count_down package
documentation
timer_controller.dart
CountdownController
start method
start method
dark_mode
light_mode
start
method
dynamic
start
(
)
Run timer
Implementation
start() {
if
(
this
.onStart !=
null
) {
this
.onStart!(); } }
timer_count_down package
documentation
timer_controller
CountdownController
start method
CountdownController class