ConfigurationReloadToken class
Implements ChangeToken.
- Implemented types
Constructors
Properties
- activeChangeCallbacks → bool
-
Indicates if this token will proactively raise callbacks.
Callbacks are still guaranteed to be invoked, eventually.
no setteroverride
- hasChanged → bool
-
Gets a value that indicates if a change has occurred.
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onReload(
) → void - Used to trigger the change token when a reload occurs.
-
registerChangeCallback(
ChangeCallback callback, [Object? state]) → Disposable? -
Registers for a callback that will be invoked when the entry
has changed. MUST be set before the callback is invoked.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited