When clearing cache, also reset some data store in prefs/datastore.

This commit is contained in:
Benoit Marty 2023-07-18 00:18:48 +02:00 committed by Benoit Marty
parent e566bab75d
commit 7207afebcc
10 changed files with 38 additions and 1 deletions

View file

@ -20,4 +20,6 @@ import kotlinx.coroutines.flow.StateFlow
interface FtueState {
val shouldDisplayFlow: StateFlow<Boolean>
suspend fun reset()
}