isChanged property
Tracks whether a time change has already been detected.
Used to prevent handling multiple callbacks when stopListeningAfterFirstChange
is true. (Lock)
Implementation
bool isChanged = false;
Tracks whether a time change has already been detected.
Used to prevent handling multiple callbacks when stopListeningAfterFirstChange
is true. (Lock)
bool isChanged = false;