Ktor Write Key Values Repo Client
fun <Key : Any, Value : Any> KtorWriteKeyValuesRepoClient( baseUrl: String, httpClient: <ERROR CLASS>, contentType: <ERROR CLASS>, onNewValue: Flow<Pair<Key, Value>>, onValueRemoved: Flow<Pair<Key, Value>>, onDataCleared: Flow<Key>, keyTypeInfo: <ERROR CLASS>, valueTypeInfo: <ERROR CLASS>, keyToValuesMapTypeInfo: <ERROR CLASS>)
Content copied to clipboard