addSetAsGroupSummary method

JetNotifications addSetAsGroupSummary(
  1. bool setAsGroupSummary
)

Add set as group summary to the push notification

Implementation

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