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