EffectCallback typedef

EffectCallback = dynamic Function()

Function called when signals in the callback change

Implementation

typedef EffectCallback = Function();