endGroup method

void endGroup()

End the current group

Will set the group to "DEFAULT"

Implementation

void endGroup() {
  objectMethod(pointerId, 'SettingsService', 'endGroup');

  flush();
}