kodein-db-api
/
org.kodein.db
/
stateFlowOf
common
state
Flow
Of
suspend fun <
M
:
Any
>
DB
.
stateFlowOf
(scope:
CoroutineScope
, type:
KClass
<
M
>, key:
Key
<
M
>):
StateFlow
<
M
?>
Content copied to clipboard
inline suspend fun <
M
:
Any
>
DB
.
stateFlowOf
(scope:
CoroutineScope
, key:
Key
<
M
>):
StateFlow
<
M
?>
Content copied to clipboard