addOnlyAlertOnce method
Add only alert once to the push notification
Implementation
PushNotification addOnlyAlertOnce(bool onlyAlertOnce) {
_onlyAlertOnce = onlyAlertOnce;
return this;
}
Add only alert once to the push notification
PushNotification addOnlyAlertOnce(bool onlyAlertOnce) {
_onlyAlertOnce = onlyAlertOnce;
return this;
}