getCachedStreak method

Future<int?> getCachedStreak()

Implementation

Future<int?> getCachedStreak() async => _readInt(_homeStreakKey);