GuardCallback typedef

GuardCallback = bool Function({EffectID? id})

Callback that checks whether an effect should still emit.

Returns true if the effect is still active (not cancelled).

Implementation

typedef GuardCallback = bool Function({EffectID? id});