addTimeoutAfter method
Add timeout after to the push notification
Implementation
PushNotification addTimeoutAfter(int timeoutAfter) {
_timeoutAfter = timeoutAfter;
return this;
}
Add timeout after to the push notification
PushNotification addTimeoutAfter(int timeoutAfter) {
_timeoutAfter = timeoutAfter;
return this;
}