WaitForCondition constructor
- SerializableWaitCondition condition, {
- Duration? timeout,
Creates a command that waits for the given condition is met.
Implementation
const WaitForCondition(this.condition, {super.timeout});
Creates a command that waits for the given condition is met.
const WaitForCondition(this.condition, {super.timeout});