//runtime/com.squareup.sqldelight/Query/notifyDataChanged
notifyDataChanged
[common]
Content
fun notifyDataChanged()
More info
Notify listeners that their current result set is staled.
Called internally by SQLDelight when it detects a possible staling of the result set. Emits some false positives but never misses a true positive.