attributeChanges

fun attributeChanges(name: String): Flow<String>

convenience method to get a Flow of the changes of a specific observed attributes.

Parameters

name

of the observed attribute

val attributeChanges: Flow<Pair<String, String>>

a Flow of all changes made to observed attributes.