createDataStore

fun createDataStore(migrations: List<DataMigration<Preferences>>, corruptionHandler: ReplaceFileCorruptionHandler<Preferences>?, scope: CoroutineScope, producePath: () -> String): DataStore<Preferences>