addTimeoutAfter method

PushNotification addTimeoutAfter(
  1. int timeoutAfter
)

Add timeout after to the push notification

Implementation

PushNotification addTimeoutAfter(int timeoutAfter) {
  _timeoutAfter = timeoutAfter;
  return this;
}