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


a Flow of all changes made to observed attributes.