addLedOffMs method
Add led off ms to the push notification
Implementation
PushNotification addLedOffMs(int ledOffMs) {
_ledOffMs = ledOffMs;
return this;
}
Add led off ms to the push notification
PushNotification addLedOffMs(int ledOffMs) {
_ledOffMs = ledOffMs;
return this;
}