stop static method

void stop()

Implementation

static void stop() {
  _running = false;
  _animationTimer?.cancel();
  _animationTimer = null;
}