VariableObserver typedef

VariableObserver = Object Function(String variableName, Object newValue)
Delegate definition for variable observation - see ObserveVariable.

Implementation

typedef VariableObserver = Object Function(
    String variableName, Object newValue);