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