notifyGroupsClear method

void notifyGroupsClear([
  1. Iterable<String>? gclears
])

Implementation

void notifyGroupsClear([Iterable<String>? gclears]) {
  notifyRemoveGroups(gclears ?? namedLayers.keys);
}