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