cancel method

void cancel()

Implementation

void cancel() {
  _timer?.cancel();
  _screenshot = null;
}