ValueChangeExtension<T> extension

Provides functionality for waiting until a cell changes its value

on

Methods

nextValue() Future<T>
Returns a Future that completes with the next value of this cell, when it is updated.
untilValue<U>(U value) Future<void>
Returns a Future that completes when the value of this cell equals value.