dispose method

void dispose()

Disposes the controller and cancels the timer.

Implementation

void dispose() {
  _timerState._timer.cancel();
}