updateValue property

void Function(T value) updateValue
final

Explicitly sets value to ComputedStateValue.ready with given value. Cancels the computation if value is ComputedStateValue.inProgress

Implementation

final void Function(T value) updateValue;