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