menu
dart_identity_sdk package
documentation
table_sync/table_sync_state.dart
TableSyncState
group method
group method
dark_mode
light_mode
group
method
TableSyncGroupState
group
(
String
groupID
)
Implementation
TableSyncGroupState group(String groupID) { return groups[groupID] ?? const TableSyncGroupState(); }
dart_identity_sdk package
documentation
table_sync/table_sync_state
TableSyncState
group method
TableSyncState class