addShowWhen method
Add show when to the push notification
Implementation
PushNotification addShowWhen(bool showWhen) {
_showWhen = showWhen;
return this;
}
Add show when to the push notification
PushNotification addShowWhen(bool showWhen) {
_showWhen = showWhen;
return this;
}