setBreathRate method
Implementation
void setBreathRate(double bpm) {
breathRate.value = bpm;
_sineEngine.breathEngine.breathsPerMinute = bpm;
}
void setBreathRate(double bpm) {
breathRate.value = bpm;
_sineEngine.breathEngine.breathsPerMinute = bpm;
}