kotlin-datastore / org.khanacademy.datastore / put

put

fun <T : Keyed<T>> Datastore.put(modelInstance: Keyed<T>): Key<T>

Synchronous put of an object to the datastore.