addPresentAlert method

PushNotification addPresentAlert(
  1. bool presentAlert
)

Add present alert to the push notification

Implementation

PushNotification addPresentAlert(bool presentAlert) {
  _presentAlert = presentAlert;
  return this;
}