ValueBuilderUpdateCallback<T> typedef

ValueBuilderUpdateCallback<T> = void Function(T snapshot)

A callback function that is called when the value builder updates its value.

Implementation

typedef ValueBuilderUpdateCallback<T> = void Function(T snapshot);