Callback that checks whether an effect should still emit.
Returns true if the effect is still active (not cancelled).
true
typedef GuardCallback = bool Function({EffectID? id});