@override Future<int> ratingShownCount() async { final count = prefs.getInt(PreferenceKeys().appRatingsCountKey); return count ?? 0; }