addGroupKey method

PushNotification addGroupKey(
  1. String groupKey
)

Add group key to the push notification

Implementation

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