hubbleRatingShownAtMs method

  1. @override
Future<int> hubbleRatingShownAtMs()

Implementation

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