addShowProgress method
Add show progress to the push notification
Implementation
PushNotification addShowProgress(bool showProgress) {
_showProgress = showProgress;
return this;
}
Add show progress to the push notification
PushNotification addShowProgress(bool showProgress) {
_showProgress = showProgress;
return this;
}