endGroup method

void endGroup()

End the current group and revert to DEFAULT.

Also see:

  • beginGroup - To start a new group.
  • group - To get the currently active group.

Implementation

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

  flush();
}