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