toggle menu
KStore
1.0.0-SNAPSHOT
common
switch theme
search in API
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