addEnableLights method

PushNotification addEnableLights(
  1. bool enableLights
)

Add enable lights to the push notification

Implementation

PushNotification addEnableLights(bool enableLights) {
  _enableLights = enableLights;
  return this;
}