addShowProgress method

PushNotification addShowProgress(
  1. bool showProgress
)

Add show progress to the push notification

Implementation

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