refreshData method
Refreshes the exercises and favorites from the database.
Implementation
void refreshData() {
_loadUserFavorites();
_loadAllExercises();
}
Refreshes the exercises and favorites from the database.
void refreshData() {
_loadUserFavorites();
_loadAllExercises();
}