AchievementsViewModel

class AchievementsViewModel @Inject constructor(achievementDao: AchievementDao) : ViewModel

Constructors

Link copied to clipboard
@Inject
constructor(achievementDao: AchievementDao)

Properties

Link copied to clipboard
val achievements: StateFlow<List<Achievement>>

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard