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