Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-database
/
org.meshtastic.core.database
/
DatabaseProvider
/
observeCurrentDb
observe
Current
Db
abstract
fun
<
T
>
observeCurrentDb
(
query
:
(
MeshtasticDatabase
)
->
Flow
<
T
>
)
:
Flow
<
T
>
(
source
)
Re-latches
query
whenever the active database changes. Production also recovers a wedged Room pool.