endGroup method

void endGroup()

End the current group

Will set the group to "DEFAULT"

Throws

  • An exception if it fails

Implementation

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

  flush();
}