BoolValueChangeExtension extension
Provides functionality for waiting until the value of a bool cell is true or false.
Methods
-
untilFalse(
) → Future< void> -
Available on ValueCell<
Returns a Future that completes when the value of this cell is false.bool> , provided by the BoolValueChangeExtension extension -
untilTrue(
) → Future< void> -
Available on ValueCell<
Returns a Future that completes when the value of this cell is true.bool> , provided by the BoolValueChangeExtension extension