addPresentAlert method
Add present alert to the push notification
Implementation
JetNotifications addPresentAlert(bool presentAlert) {
_presentAlert = presentAlert;
return this;
}
Add present alert to the push notification
JetNotifications addPresentAlert(bool presentAlert) {
_presentAlert = presentAlert;
return this;
}