addOngoing method

JetNotifications addOngoing(
  1. bool ongoing
)

Add ongoing to the push notification

Implementation

JetNotifications addOngoing(bool ongoing) {
  _ongoing = ongoing;
  return this;
}