stop method

void stop()

Implementation

void stop() {
  if (animator != null) {
    animator!.stop();
  }
}