dispose method
void
dispose()
Disposes the controller and cancels the timer.
Implementation
void dispose() {
_timerState._timer.cancel();
}
Disposes the controller and cancels the timer.
void dispose() {
_timerState._timer.cancel();
}