menu
my_timer package
documentation
controller/my_timer_controller.dart
MyTimerController
start method
start method
dark_mode
light_mode
start
method
void
start
(
)
Starts (or resumes) the timer.
Implementation
void start() => _engine?.start();
my_timer package
documentation
controller/my_timer_controller
MyTimerController
start method
MyTimerController class