addLedOffMs method

PushNotification addLedOffMs(
  1. int ledOffMs
)

Add led off ms to the push notification

Implementation

PushNotification addLedOffMs(int ledOffMs) {
  _ledOffMs = ledOffMs;
  return this;
}