EffectCallback typedef
EffectCallback =
dynamic Function()
Function called when signals in the callback change
Implementation
typedef EffectCallback = Function();
Function called when signals in the callback change
typedef EffectCallback = Function();