resetSession method
void
resetSession()
Implementation
void resetSession() {
breathingEngine.resetSession();
breathCycles.value = 0;
update([AppPageIdConstants.breathing]);
}
void resetSession() {
breathingEngine.resetSession();
breathCycles.value = 0;
update([AppPageIdConstants.breathing]);
}