addEnableLights method
Add enable lights to the push notification
Implementation
PushNotification addEnableLights(bool enableLights) {
_enableLights = enableLights;
return this;
}
Add enable lights to the push notification
PushNotification addEnableLights(bool enableLights) {
_enableLights = enableLights;
return this;
}