Future<void> startAll({bool syncOnStart = false}) async { for (final groupID in groupIDs) { await startGroup(groupID, syncOnStart: syncOnStart); } }