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 the prevActiveNames list and triggers an action if there are any differences. The function updates prevActiveNames after the comparison to keep track of changes.

Typedefs

CompareActiveNamesType = Future<void> Function(CompareActiveNamesOptions options)
Type definition for the compareActiveNames function.