setBreathDepth method
Implementation
void setBreathDepth(double depth) {
breathDepth.value = depth;
_sineEngine.breathEngine.depth = depth;
}
void setBreathDepth(double depth) {
breathDepth.value = depth;
_sineEngine.breathEngine.depth = depth;
}