addPresentList method
Add present list to the push notification
Implementation
PushNotification addPresentList(bool presentList) {
_presentList = presentList;
return this;
}
Add present list to the push notification
PushNotification addPresentList(bool presentList) {
_presentList = presentList;
return this;
}