removeEffectsByKey function
This method is usefull to remove effects passing effectKey on demand.
Implementation
removeEffectsByKey(String effectKey) {
_store.removeEffectsByKey(effectKey);
}
This method is usefull to remove effects passing effectKey on demand.
removeEffectsByKey(String effectKey) {
_store.removeEffectsByKey(effectKey);
}