activeChangeCallbacks property
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;
Indicates if this token will pro-actively raise callbacks.
If false, the token consumer must poll hasChanged to detect changes.
@override
bool get activeChangeCallbacks => _activeChangeCallbacks;