refreshData method

void refreshData()

Refreshes the exercises and favorites from the database.

Implementation

void refreshData() {
  _loadUserFavorites();
  _loadAllExercises();
}