VaultCancelToken class
A cancel token implementation for Vault operations.
Constructors
Properties
- cancelError → TdkException?
-
The error that occurred during cancellation, if any.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isCancelled → bool
-
Indicates whether the request has been cancelled.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
whenCancel
→ Future<
TdkException> -
A future that completes when the cancellation occurs.
no setter
Methods
-
cancel(
{String? reason}) → void - Cancels the request with an optional reason.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited