toggleNebula method

void toggleNebula()

Implementation

void toggleNebula() {
  showNebula.toggle();
  update([AppPageIdConstants.vr360]);
}