addGroupKey method

JetNotifications addGroupKey(
  1. String groupKey
)

Add group key to the push notification

Implementation

JetNotifications addGroupKey(String groupKey) {
  _groupKey = groupKey;
  return this;
}