removeEffectsByKey function

dynamic removeEffectsByKey (String effectKey)

This method is usefull to remove effects passing effectKey on demand.

Implementation

removeEffectsByKey(String effectKey) {
  _store.removeEffectsByKey(effectKey);
}