dismiss method

void dismiss()

Implementation

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