activeChangeCallbacks property
bool
get
activeChangeCallbacks
override
Indicates if this token will pro-actively raise callbacks.
If false
, the token consumer must poll HasChanged
to detect changes.
Implementation
@override
bool get activeChangeCallbacks => _activeChangeCallbacks!;