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
/
getOrEmpty
get
Or
Empty
suspend
fun
<
T
:
@
Serializable
Any
>
KStore
<
List
<
T
>
>
.
getOrEmpty
(
)
:
List
<
T
>
Get a list of type
T
from the store, or empty list if the store is empty
Return
stored list of type
T