cancel method

void cancel()

Cancels the timer and removes it from the TimeKeeper. This action cannot be undone.

Implementation

void cancel() => _parent._timers.remove(this);