ReviewStateStore

Persistence for the review counters. Default in-memory; the app can swap a durable-store impl.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun load(): ReviewState
Link copied to clipboard
abstract suspend fun save(state: ReviewState)