toggleParticles method
void
toggleParticles()
Implementation
void toggleParticles() {
showParticles.toggle();
update([AppPageIdConstants.breathing]);
}
void toggleParticles() {
showParticles.toggle();
update([AppPageIdConstants.breathing]);
}