CancelToken class
Token can can be used to cancel test steps.
Constructors
- CancelToken({Duration timeout})
Properties
Methods
-
cancel(
) → Future< void> -
complete(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited