@override Future<bool> setRatingShownCount(int value) { return prefs.setInt(PreferenceKeys().appRatingsCountKey, value); }