Shows an entire group of layers (e.g., 'city', 'transport').
Future<void> showLayerGroup(String groupKey) async { await layers.showGroup(groupKey); }