getActiveScope function

EffectScope? getActiveScope()

Implementation

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