ValueBuilderUpdateCallback<T> typedef
ValueBuilderUpdateCallback<T> =
void Function(T snapshot)
A callback function that is called when the ValueBuilder updates its value.
Implementation
typedef ValueBuilderUpdateCallback<T> = void Function(T snapshot);