soundConfiguration property

  1. @JsonKey.new(name: 'sound_configuration')
SoundConfiguration? get soundConfiguration
inherited

Per-event sound config from server. Was previously dropped from RemoteConfig (so dashboard sound settings only affected the live preview, not the deployed widget) — now parsed so the canonical config path carries it too.

Implementation

@JsonKey(name: 'default_theme_mode') String get defaultThemeMode;/// Per-event sound config from server. Was previously dropped from
/// RemoteConfig (so dashboard sound settings only affected the live
/// preview, not the deployed widget) — now parsed so the canonical
/// config path carries it too.
// ignore: invalid_annotation_target
@JsonKey(name: 'sound_configuration') SoundConfiguration? get soundConfiguration;