toggleRings method

void toggleRings()

Implementation

void toggleRings() {
  showRings.toggle();
  update([AppPageIdConstants.vr360]);
}