addLedOnMs method

PushNotification addLedOnMs(
  1. int ledOnMs
)

Add led on ms to the push notification

Implementation

PushNotification addLedOnMs(int ledOnMs) {
  _ledOnMs = ledOnMs;
  return this;
}