consumers\compare_screen_states library
Classes
- CompareScreenStatesOptions
- Options for comparing screen states.
- CompareScreenStatesParameters
- Parameters for comparing screen states.
Functions
-
compareScreenStates(
CompareScreenStatesOptions options) → Future< void> -
Compares the current
screenStates
list with theprevScreenStates
list and triggers actions if there are differences. This is useful for detecting changes in screen states and responding accordingly in a real-time application.
Typedefs
-
CompareScreenStatesType
= Future<
void> Function(CompareScreenStatesOptions options) - Type definition for the compareScreenStates function.