EffectCommandPolicyObserver typedef

EffectCommandPolicyObserver = void Function(EffectCommandPolicyEvent event)

Observes policy decisions from one or more Commands.

Implementation

typedef EffectCommandPolicyObserver =
    void Function(EffectCommandPolicyEvent event);