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