LocalStatsDataSource

Interface that handles saving and retrieving LocalStats data.

Inheritors

Properties

Link copied to clipboard
abstract val localStatsFlow: Flow<LocalStats>

Functions

Link copied to clipboard
abstract suspend fun clearLocalStats()
Link copied to clipboard
abstract suspend fun setLocalStats(stats: LocalStats)