cancel method

dynamic cancel()

Implementation

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