disposableEffects property
Delegates to the disposableEffects of the wrapped feature.
Implementation
@override
List<Effect> get disposableEffects => feature.disposableEffects;
Delegates to the disposableEffects of the wrapped feature.
@override
List<Effect> get disposableEffects => feature.disposableEffects;