ValueBuilderUpdateCallback<T> typedef

ValueBuilderUpdateCallback<T> = void Function(T snapshot)

Callback function to update the value in ValueBuilder.

Implementation

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