stopDayNightCycle method

void stopDayNightCycle()

Stops the day/night cycle animation.

Example usage:

controller.stopDayNightCycle();

Implementation

void stopDayNightCycle() {
  onStopDayNightCycleAnimation?.call();
  notifyListeners();
}