activeScope top-level property

EffectScopeReactiveNode? activeScope
getter/setter pair

Effect scope that is currently being configured.

Example:

final scope = getActiveScope();
scope?.dispose();

Implementation

EffectScopeReactiveNode? activeScope;