addLedOnMs method

JetNotifications addLedOnMs(
  1. int ledOnMs
)

Add led on ms to the push notification

Implementation

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