disposableEffects property

List<Effect> get disposableEffects

Effects executed when the feature is disposed.

Each effect handlers of this feature will get all of this effects on dispose.

Implementation

List<Effect> get disposableEffects;