cancel method

void cancel()

Cancel the current delayed call.

Implementation

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