menu
live_cells_core package
documentation
live_cells_core.dart
ValueChangeExtension extension
ValueChangeExtension extension
dark_mode
light_mode
ValueChangeExtension<
T
>
extension
Provides functionality for waiting until a cell changes its value
on
ValueCell
<
T
>
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
.
live_cells_core package
documentation
live_cells_core
ValueChangeExtension extension
live_cells library