addPresentList method

PushNotification addPresentList(
  1. bool presentList
)

Add present list to the push notification

Implementation

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