addMaxProgress method
Add max progress to the push notification
Implementation
JetNotifications addMaxProgress(int maxProgress) {
_maxProgress = maxProgress;
return this;
}
Add max progress to the push notification
JetNotifications addMaxProgress(int maxProgress) {
_maxProgress = maxProgress;
return this;
}