stop method

void stop()

Stops the preloader service

Implementation

void stop() {
  _validationTimer?.cancel();
  _validationTimer = null;
}