addMaxProgress method

PushNotification addMaxProgress(
  1. int maxProgress
)

Add max progress to the push notification

Implementation

PushNotification addMaxProgress(int maxProgress) {
  _maxProgress = maxProgress;
  return this;
}