defaultLightSettings property
bool?
get
defaultLightSettings
If set to true
, use the Android framework's default LED light settings
for the notification. Default values are specified in {@link https://android.googlesource.com/platform/frameworks/base/+/master/core/res/res/values/config.xml |
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
external bool? get defaultLightSettings;