withAsyncWriteTransaction

abstract suspend fun withAsyncWriteTransaction(wait: Boolean = false, block: suspend () -> Unit): StateFlow<Boolean>?