endGroup method
End the current group
Will set the group to "DEFAULT"
Throws
- An exception if it fails
Implementation
void endGroup() {
objectMethod(
_pointerId,
'SettingsService',
'endGroup',
);
flush();
}
End the current group
Will set the group to "DEFAULT"
Throws
void endGroup() {
objectMethod(
_pointerId,
'SettingsService',
'endGroup',
);
flush();
}