clean static method

void clean()

Implementation

static void clean() {
  _timer?.cancel();
  _BlinkStar.stop();
}