Clear all effects from chain
@override Future<void> clearEffects() async { _settings.value = settings.copyWith(effectChain: []); update(); }