addWhen method

JetNotifications addWhen(
  1. int when
)

Add when to the push notification

Implementation

JetNotifications addWhen(int when) {
  _when = when;
  return this;
}