toggleGuide method

void toggleGuide()

Implementation

void toggleGuide() {
  showGuide.toggle();
  update([AppPageIdConstants.breathing]);
}