KStore
Toggle table of contents
1.2.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
KStore
kstore
/
io.github.xxfast.kstore.extensions
/
plus
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