screens/main/score/score_screen_actions library

Functions

loadScoreLastUpdatedFromCache(WidgetRef ref) Future<DateTime?>
reloadScoresAndPersistTimestamp(WidgetRef ref) Future<ScoreRefreshResult>
saveScoreLastUpdatedToCache(WidgetRef ref, DateTime dateTime) Future<void>

Typedefs

ScoreRefreshResult = ({bool refreshedFromNetwork, DateTime? updatedAt})