withDb

open suspend override fun <T> withDb(block: suspend (MeshtasticDatabase) -> T): T?(source)

Execute block with the current DB instance.