dispose method

  1. @mustCallSuper
void dispose()
inherited

Implementation

@mustCallSuper
void dispose() {
  timer?.cancel();
}