previousProfiles method
Implementation
void previousProfiles() {
if (currentProfileIndex.value - 6 >= 0) {
currentProfileIndex.value -= 6;
}
}
void previousProfiles() {
if (currentProfileIndex.value - 6 >= 0) {
currentProfileIndex.value -= 6;
}
}