toggleAutoRotate method

void toggleAutoRotate()

Implementation

void toggleAutoRotate() {
  autoRotate.toggle();
  update([AppPageIdConstants.vr360]);
}