Sync using the new logic.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package ac.aux.compose.managers
|
||||
|
||||
import ac.aux.compose.PlatformContext
|
||||
import androidx.datastore.core.Storage
|
||||
import io.ktor.client.plugins.cache.storage.FileStorage
|
||||
|
||||
actual fun computeDatastoreStorage(
|
||||
platformContext: PlatformContext,
|
||||
dataStoreFileName: String
|
||||
): Storage<Set<CredentialsManager.Credential>> {
|
||||
FileStorage(
|
||||
directory = ""
|
||||
)
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
Reference in New Issue
Block a user