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