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