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