menu
dart_identity_sdk package
documentation
table_sync/table_sync_bloc.dart
TableSyncBloc
lastRun method
lastRun method
dark_mode
light_mode
lastRun
method
DateTime
?
lastRun
(
String
groupID
)
Implementation
DateTime? lastRun(String groupID) => state.group(groupID).lastRun;
dart_identity_sdk package
documentation
table_sync/table_sync_bloc
TableSyncBloc
lastRun method
TableSyncBloc class