shake method

void shake()

shake() is a function that calls the forward() method of the animationController object

Implementation

void shake() {
  animationController.forward();
}