addWhen method

PushNotification addWhen(
  1. int when
)

Add when to the push notification

Implementation

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