@override Future<bool> setNumGoals({required int goalsCount}) async { return await prefs.setInt(PreferenceKeys().numGoalsKey, goalsCount); }