resetSession method

void resetSession()

Implementation

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