applySettings method

  1. @override
Future<void> applySettings(
  1. VoiceEffectSettings newSettings
)
override

Apply settings configuration

Implementation

@override
Future<void> applySettings(VoiceEffectSettings newSettings) async {
  _settings.value = newSettings;
  update();
}