addShowProgress method

JetNotifications addShowProgress(
  1. bool showProgress
)

Add show progress to the push notification

Implementation

JetNotifications addShowProgress(bool showProgress) {
  _showProgress = showProgress;
  return this;
}