getActiveScope function

EffectScopeNode? getActiveScope()

The effect scope that currently owns newly created effects.

Implementation

@pragma("vm:prefer-inline")
@pragma("wasm:prefer-inline")
@pragma("dart2js:prefer-inline")
EffectScopeNode? getActiveScope() => activeScope;