EffectCleanup typedef

EffectCleanup = void Function()

Clean up function to stop subscriptions from updating the callback

Implementation

typedef EffectCleanup = void Function();