defaultLightSettings property
If set to true, use the Android framework's default LED light settings for the notification.
Default values are specified in
config.xml.
If default_light_settings
is set to true and light_settings
is also
set, the user-specified light_settings
is used instead of the default
value.
Implementation
core.bool? defaultLightSettings;