endGroup method
void
endGroup()
End the current group
Will set the group to "DEFAULT"
Implementation
void endGroup() {
objectMethod(pointerId, 'SettingsService', 'endGroup');
flush();
}
End the current group
Will set the group to "DEFAULT"
void endGroup() {
objectMethod(pointerId, 'SettingsService', 'endGroup');
flush();
}