beforeUpdate property

T? Function()? beforeUpdate
final

A callback function executed before the async computation begins. It can return an optional value that updates _value before the async process completes.

Implementation

final T? Function()? beforeUpdate;