consumers\compare_active_names library
Classes
- CompareActiveNamesOptions
- Options interface for comparing active names.
- CompareActiveNamesParameters
- Parameters interface for comparing active names.
Functions
-
compareActiveNames(
CompareActiveNamesOptions options) → Future< void> -
Compares the current
activeNames
list with theprevActiveNames
list and triggers an action if there are any differences. The function updatesprevActiveNames
after the comparison to keep track of changes.
Typedefs
-
CompareActiveNamesType
= Future<
void> Function(CompareActiveNamesOptions options) - Type definition for the compareActiveNames function.