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