TableSyncConfig.fromGroups constructor
TableSyncConfig.fromGroups({
- String? defaultServiceID,
- required Map<
String, TableSyncGroup> groups,
Implementation
TableSyncConfig.fromGroups({
this.defaultServiceID,
required this.groups,
});