controller property

CustomTimerController controller
final

Controls the state of the timer. Allows you to execute the start(), pause(), reset() and finish() functions. It also allows you to get or subscribe to the current state and remaining time. Remember to dispose when you are no longer using it.

Implementation

final CustomTimerController controller;