removeEffectsByKey function

void removeEffectsByKey (String effectKey)

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

Implementation

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