toggle menu
trixnity-client
4.3.7
common
switch theme
search in API
trixnity-client
/
net.folivo.trixnity.client.store.repository
/
MapRepository
/
get
get
abstract
suspend
fun
get
(
firstKey
:
K1
)
:
Map
<
K2
,
V
>
abstract
suspend
fun
get
(
firstKey
:
K1
,
secondKey
:
K2
)
:
V
?