addProgress method
Add progress to the push notification
Implementation
JetNotifications addProgress(int progress) {
_progress = progress;
return this;
}
Add progress to the push notification
JetNotifications addProgress(int progress) {
_progress = progress;
return this;
}