addMaxProgress method

JetNotifications addMaxProgress(
  1. int maxProgress
)

Add max progress to the push notification

Implementation

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