setPropertyUnobserveHandler abstract method

void setPropertyUnobserveHandler(
  1. String name,
  2. PropertyReadHandler handler
)

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);