Cancels all operations with this token.
An optional exception can be provided to give a cancellation reason.
exception
@override void cancel([Exception? exception]) { _timer?.cancel(); super.cancel(exception); }