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