setPropertyUnobserveHandler abstract method
Assigns a handler
function to a property with a given name
.
If the observation of a property is cancelled, the handler
function will
be called to handle the interaction.
Implementation
void setPropertyUnobserveHandler(String name, PropertyReadHandler handler);