toggleConstellations method

void toggleConstellations()

Implementation

void toggleConstellations() {
  showConstellations.toggle();
  update([AppPageIdConstants.vr360]);
}