addOngoing method
Add ongoing to the push notification
Implementation
PushNotification addOngoing(bool ongoing) {
_ongoing = ongoing;
return this;
}
Add ongoing to the push notification
PushNotification addOngoing(bool ongoing) {
_ongoing = ongoing;
return this;
}