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