stopDayNightCycleAnimation method
void
stopDayNightCycleAnimation()
Stop the day/night cycle animation
Implementation
void stopDayNightCycleAnimation() {
_dayNightCycleController?.stop();
}
Stop the day/night cycle animation
void stopDayNightCycleAnimation() {
_dayNightCycleController?.stop();
}