addProgress method

JetNotifications addProgress(
  1. int progress
)

Add progress to the push notification

Implementation

JetNotifications addProgress(int progress) {
  _progress = progress;
  return this;
}