addShowWhen method

JetNotifications addShowWhen(
  1. bool showWhen
)

Add show when to the push notification

Implementation

JetNotifications addShowWhen(bool showWhen) {
  _showWhen = showWhen;
  return this;
}