addOnlyAlertOnce method

PushNotification addOnlyAlertOnce(
  1. bool onlyAlertOnce
)

Add only alert once to the push notification

Implementation

PushNotification addOnlyAlertOnce(bool onlyAlertOnce) {
  _onlyAlertOnce = onlyAlertOnce;
  return this;
}