cancelTimer method

dynamic cancelTimer()

Implementation

cancelTimer() {
  _removeAtsignTimer?.cancel();
}