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