getCurrentScope function
Get the currently active effect scope.
Returns null if there is no active scope.
Implementation
EffectScope? getCurrentScope() => _activeScope;
Get the currently active effect scope.
Returns null if there is no active scope.
EffectScope? getCurrentScope() => _activeScope;