ValueChangeExtension<T> extension
Provides functionality for waiting until a cell changes its value
- on
-
- ValueCell<
T>
- ValueCell<
Methods
-
nextValue(
) → Future< T> -
Available on ValueCell<
Returns a Future that completes with the next value of this cell, when it is updated.T> , provided by the ValueChangeExtension extension -
untilValue<
U> (U value) → Future< void> -
Available on ValueCell<
Returns a Future that completes when the value of this cell equalsT> , provided by the ValueChangeExtension extensionvalue
.