BoolValueChangeExtension extension

Provides functionality for waiting until the value of a bool cell is true or false.

on

Methods

untilFalse() Future<void>
Returns a Future that completes when the value of this cell is false.
untilTrue() Future<void>
Returns a Future that completes when the value of this cell is true.