getGroupsListKey method

String getGroupsListKey()

Implementation

String getGroupsListKey() {
  var groupsListKey =
      '${AppConstants.CONTACT_KEY_PREFIX}.${AppConstants.GROUPS_LIST_KEY_PREFIX}.${atSign.replaceFirst('@', '')}';
  return groupsListKey;
}