All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.io.github.rotbolt.flakerdata.flakerprefs.PrefDataStore.kt Maven / Gradle / Ivy

There is a newer version: 0.1.2
Show newest version
package io.github.rotbolt.flakerdata.flakerprefs

import io.github.rotbolt.flakedomain.prefs.FlakerPrefs
import kotlinx.coroutines.flow.Flow

interface PrefDataStore {

    fun getPrefs(): Flow

    suspend fun savePrefs(flakerPrefs: FlakerPrefs)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy