menu
dart_identity_sdk package
documentation
table_sync/table_sync_bloc.dart
TableSyncBloc
isAutoSyncEnabled method
isAutoSyncEnabled method
dark_mode
light_mode
isAutoSyncEnabled
method
bool
isAutoSyncEnabled
(
String
groupID
)
Implementation
bool isAutoSyncEnabled(String groupID) { return state.group(groupID).autoSyncEnabled; }
dart_identity_sdk package
documentation
table_sync/table_sync_bloc
TableSyncBloc
isAutoSyncEnabled method
TableSyncBloc class