menu
dart_identity_sdk package
documentation
table_sync/table_sync_bloc.dart
TableSyncBloc
stopGroup method
stopGroup method
dark_mode
light_mode
stopGroup
method
Future
<
void
>
stopGroup
(
String
groupID
)
Implementation
Future<void> stopGroup(String groupID) async { _timers.remove(groupID)?.cancel(); }
dart_identity_sdk package
documentation
table_sync/table_sync_bloc
TableSyncBloc
stopGroup method
TableSyncBloc class