addLedOnMs method
Add led on ms to the push notification
Implementation
PushNotification addLedOnMs(int ledOnMs) {
_ledOnMs = ledOnMs;
return this;
}
Add led on ms to the push notification
PushNotification addLedOnMs(int ledOnMs) {
_ledOnMs = ledOnMs;
return this;
}