addOngoing method

PushNotification addOngoing(
  1. bool ongoing
)

Add ongoing to the push notification

Implementation

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