@override Future<bool> canShowAppRatings() async { final canShow = prefs.getBool(PreferenceKeys().appRatingsKey); return canShow ?? false; }