effectiveHooks property
SessionHooks?
get
effectiveHooks
The effective hooks (dynamic override > config).
Implementation
SessionHooks? get effectiveHooks => _hooksOverride ?? config.hooks;
The effective hooks (dynamic override > config).
SessionHooks? get effectiveHooks => _hooksOverride ?? config.hooks;