dispose method

dynamic dispose()

Implementation

dispose() {
  _timer?.cancel();
}