activeScope top-level property
Effect scope that is currently being configured.
Example:
final scope = getActiveScope();
scope?.dispose();
Implementation
EffectScopeReactiveNode? activeScope;
Effect scope that is currently being configured.
Example:
final scope = getActiveScope();
scope?.dispose();
EffectScopeReactiveNode? activeScope;