update method

void update(
  1. double dt
)

Implementation

void update(double dt) {
  _pulseAnimation?.update(dt);
}