addOnlyAlertOnce method

JetNotifications addOnlyAlertOnce(
  1. bool onlyAlertOnce
)

Add only alert once to the push notification

Implementation

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