reset method

void reset()

Implementation

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