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

commonMain.ru.alexey.event.threads.secure.EncryptedDatastore.kt Maven / Gradle / Ivy

The newest version!
package ru.alexey.event.threads.secure

import kotlinx.coroutines.flow.StateFlow
import ru.alexey.event.threads.resources.ObservableResource

class EncryptedResource(
    source: StateFlow
) : ObservableResource, StateFlow by source {
    override suspend fun update(block: (T) -> T) {
        
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy