getCurrentScope function

EffectScope? getCurrentScope()

Get the currently active effect scope.

Returns null if there is no active scope.

Implementation

EffectScope? getCurrentScope() => _activeScope;