addPresentList method

JetNotifications addPresentList(
  1. bool presentList
)

Add present list to the push notification

Implementation

JetNotifications addPresentList(bool presentList) {
  _presentList = presentList;
  return this;
}