addSetAsGroupSummary method

PushNotification addSetAsGroupSummary(
  1. bool setAsGroupSummary
)

Add set as group summary to the push notification

Implementation

PushNotification addSetAsGroupSummary(bool setAsGroupSummary) {
  _setAsGroupSummary = setAsGroupSummary;
  return this;
}