plus

suspend fun <T : @Serializable Any> KStore<List<T>>.plus(vararg value: T)

Add item(s) to the end of the list of type T to the store

Parameters

value

item(s) to be added to the end of the list