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